The conference component. Composed of multiple rooms
|
|
|
printMUC(self)
Show a textual representation of the conference |
source code
|
|
|
addRoom(self,
room=None,
name=None)
Add a room to the conference |
source code
|
|
|
|
|
dispatch(self,
session,
stanza)
Mini-dispatcher for the jabber stanzas that arrive to the Conference |
source code
|
|
|
Presence_cb(self,
session,
stanza)
Callback for presence stanzas directed to the conference itself |
source code
|
|
|
notExist_cb(self,
session,
stanza)
Callback called when a stanza is directed to a room that does not
(yet) exist |
source code
|
|
|
IQ_cb(self,
session,
iq)
Manages IQ stanzas directed to the Conference itself |
source code
|
|
|
loadRoomDB(self)
Load persistent rooms and their configurations to the database |
source code
|
|
|
saveRoomDB(self)
Save persistent rooms and their configurations to a static database |
source code
|
|
Inherited from xmpp.client.PlugIn :
DEBUG ,
PlugIn ,
PlugOut ,
__init__
|