Home | Trees | Index | Help |
|
---|
|
Jabber Multi-User Chat implementation.
Classes | |
---|---|
HistoryParameters |
Provides parameters for MUC history management |
MucAdminQuery |
Wrapper for http://www.jabber.org/protocol/muc#admin namespaced IQ stanza payload "query" elements and usually describing administrative actions or their results. |
MucIq |
Extend Iq with MUC related interface. |
MucItem |
MUC <item/> element -- describes a room occupant. |
MucItemBase |
Base class for <status/> and <item/> element wrappers. |
MucOwnerX |
Wrapper for http://www.jabber.org/protocol/muc#owner namespaced stanza payload "x" elements and usually containing information about a room user. |
MucPresence |
Extend Presence with MUC related interface. |
MucStanzaExt |
Base class for MUC specific stanza extensions. |
MucStatus |
MUC <item/> element - describes special meaning of a stanza |
MucUserX |
Wrapper for http://www.jabber.org/protocol/muc#user namespaced stanza payload "x" elements and usually containing information about a room user. |
MucX |
Wrapper for http://www.jabber.org/protocol/muc namespaced stanza payload "x" elements. |
MucXBase |
Base class for MUC-specific stanza payload - wrapper around an XML element. |
Variable Summary | |
---|---|
str |
__revision__ = '$Id: muccore.py 616 2005-12-26 15:28:56Z...
|
tuple |
affiliations = ('admin', 'member', 'none', 'outcast', 'o...
|
str |
MUC_ADMIN_NS = 'http://jabber.org/protocol/muc#admin'
|
str |
MUC_NS = 'http://jabber.org/protocol/muc'
|
str |
MUC_OWNER_NS = 'http://jabber.org/protocol/muc#owner'
|
str |
MUC_USER_NS = 'http://jabber.org/protocol/muc#user'
|
tuple |
roles = ('moderator', 'none', 'participant', 'visitor')
|
libxml2
,
pyxmpp.xmlextra
Iq
,
JID
,
Presence
,
StanzaPayloadWrapperObject
ErrorNodeError
from_utf8
,
get_node_ns_uri
,
to_utf8
,
xml_element_iter
common_doc
,
common_ns
,
common_root
Variable Details |
---|
__revision__
|
affiliations
|
MUC_ADMIN_NS
|
MUC_NS
|
MUC_OWNER_NS
|
MUC_USER_NS
|
roles
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:48 2005 | http://epydoc.sf.net |