sandaruny / ember-chat

Ember MVC Chat Application with XMPP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the online offline busy state

sandaruny opened this issue · comments

Code methods to change the chat state correctly and signal the server
Can see the state changing in the server

Send presence with from the chat API. The presence object is made from the $pr of strophe
methods:
ChatManager constructPresence(type, message)
sendPresence ChatAPI