|
@@ -13,11 +13,6 @@ var XMPPEvents = {
|
13
|
13
|
CALL_INCOMING: "xmpp.callincoming.jingle",
|
14
|
14
|
// Designates an event indicating that we were kicked from the XMPP MUC.
|
15
|
15
|
KICKED: "xmpp.kicked",
|
16
|
|
- // Designates an event indicating that the userID for a specific JID has
|
17
|
|
- // changed.
|
18
|
|
- // Note: currently this event fires every time we receive presence from
|
19
|
|
- // someone (regardless of whether or not the "userID" changed).
|
20
|
|
- USER_ID_CHANGED: "xmpp.user_id_changed",
|
21
|
16
|
// Designates an event indicating that we have joined the XMPP MUC.
|
22
|
17
|
MUC_JOINED: "xmpp.muc_joined",
|
23
|
18
|
// Designates an event indicating that a participant joined the XMPP MUC.
|