Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/send chatstates #97

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Sep 23, 2013

this needs to be applied after the chatviewmanager refactoring :)

Oliver Schneider added 2 commits September 23, 2013 19:08
@meebey
Copy link
Owner

meebey commented Sep 27, 2013

Not sure where the comments went but ChatSwitchedTo/From needs to be merged and moved to ChatViewManagerBase.set_ActiveChat


public void SetChatState(ChatState type)
{
if (Frontend.EngineVersion < new Version(0, 9, 1)) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The next feature release that could contain this feature is 0.10, thus this should be < 0, 10 (0.9.1 will be a bugfix release from the stable branch)

@meebey meebey added 0.12 and removed 0.11 labels Apr 4, 2014
@meebey meebey added this to the 0.12 milestone Apr 4, 2014
@oli-obk oli-obk closed this Sep 13, 2017
@meebey
Copy link
Owner

meebey commented Nov 4, 2017

Even though the XMPP support is fading away with declined XMPP adaption, sending the chat states and also the Frontend library changes are very useful to integrate, thus I am re-opening this PR

@meebey meebey reopened this Nov 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants