| Candy | Chats are not dead yet. |
© 2011 Amiado Group AG. All rights reserved.
| observer.js | |
| Candy. | Observes Candy core events |
| Candy. | Chat events |
| Functions | |
| update | The update method gets called whenever an event to which “Chat” is subscribed. |
| Candy. | Presence update events |
| Functions | |
| update | Every presence update gets dispatched from this method. |
| notifyPrivateChats | Notify private user chats if existing |
| Candy. | Presence error events |
| Functions | |
| update | Presence errors get handled in this method |
| Candy. | Message related events |
| Functions | |
| update | Messages received get dispatched from this method. |
| Candy. | Handles when display login window should appear |
| Functions | |
| update | The login event gets dispatched to this method |
Presence update events
| Functions | |
| update | Every presence update gets dispatched from this method. |
| notifyPrivateChats | Notify private user chats if existing |
The update method gets called whenever an event to which “Chat” is subscribed.
update: function( obj, args )
Every presence update gets dispatched from this method.
update: function( obj, args )
Notify private user chats if existing
notifyPrivateChats: function( user, type )
Presence errors get handled in this method
update: function( obj, args )
Messages received get dispatched from this method.
update: function( obj, args )
The login event gets dispatched to this method
update: function( obj, args )