Classes |
HistoryParameters |
Provides parameters for MUC history management
:Ivariables:
- `maxchars`: limit of the total number of characters in history. |
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')
|