Package pyxmpp :: Package jabber :: Module muc
[show private | hide private]
[frames | no frames]

Module pyxmpp.jabber.muc

Jabber Multi-User Chat implementation.

Normative reference:

Classes
MucRoomHandler Base class for MUC room handlers.
MucRoomManager Manage collection of MucRoomState objects and dispatch events.
MucRoomState Describes the state of a MUC room, handles room events and provides an interface for room actions.
MucRoomUser Describes a user of a MUC room.

Variable Summary
str __revision__ = '$Id: muc.py 616 2005-12-26 15:28:56Z jaj...

Imported modules:
logging, weakref
Imported classes:
Form, Iq, JID, Message, MucItem, MucPresence, MucStatus, MucUserX, Presence
Imported functions:
xml_element_ns_iter
Imported variables:
DATAFORM_NS, MUC_OWNER_NS
Variable Details

__revision__

Type:
str
Value:
'$Id: muc.py 616 2005-12-26 15:28:56Z jajcus $'