Home | Trees | Index | Help |
|
---|
|
Stanza
--+ |Iq
--+ |MucStanzaExt
--+ | MucIq
Iq
with MUC related interface.Method Summary | |
---|---|
Initialize an Iq object. | |
Return a copy of self . | |
Free the data associated with this MucIq object. | |
MucItem |
Make the iq stanza a MUC room participant kick request. |
Inherited from Iq | |
libxml2.xmlNode |
Get the payload element of the stanza. |
str |
Get a namespace of the stanza payload. |
Iq |
Create error response for the a "get" or "set" iq stanza. |
Iq |
Create result response for the a "get" or "set" iq stanza. |
libxml2.xmlNode |
Create new payload element for the stanza. |
Inherited from Stanza | |
| |
| |
| |
Add an XML node to the stanza's payload. | |
Add a new XML element to the stanza payload. | |
pyxmpp.error.StanzaErrorNode |
Get stanza error information. |
unicode |
Get "from" attribute of the stanza. |
unicode |
Get "from" attribute of the stanza. |
unicode |
Get "id" attribute of the stanza. |
libxml2.xmlNode |
Return the XML node wrapped into self . |
unicode |
Get "id" attribute of the stanza. |
unicode |
Get "type" attribute of the stanza. |
unicode |
Get "to" attribute of the stanza. |
unicode |
Get "to" attribute of the stanza. |
unicode |
Get "type" attribute of the stanza. |
str |
Serialize the stanza into an UTF-8 encoded XML string. |
Set stanza content to an XML node. | |
Set "from" attribute of the stanza. | |
Set "id" attribute of the stanza. | |
Set stanza payload to a new XML element. | |
Set "to" attribute of the stanza. | |
Set "type" attribute of the stanza. | |
Evaluate an XPath expression on the stanza XML node. | |
Inherited from MucStanzaExt | |
Remove the MUC specific stanza payload element. | |
MucX or MucUserX or MucAdminQuery or MucOwnerX |
Get the MUC specific payload element. |
MucAdminQuery |
Create <query xmlns="...muc#admin"/> element in the stanza. |
MucUserX |
Create <x xmlns="...muc#user"/> element in the stanza. |
Free MUC specific data. |
Instance Variable Summary | |
---|---|
Inherited from Stanza | |
libxml2.xmlNode |
xmlnode : stanza XML node. |
pyxmpp.error.StanzaErrorNode |
_error : pyxmpp.error.StanzaErrorNode describing the error associated with
the stanza of type "error". |
Class Variable Summary | |
---|---|
Inherited from Iq | |
str |
stanza_type = 'iq'
|
Method Details |
---|
__init__(self,
xmlnode=None,
from_jid=None,
to_jid=None,
stanza_type=None,
stanza_id=None,
error=None,
error_cond=None)
Initialize an |
copy(self)Return a copy ofself .
|
free(self)Free the data associated with thisMucIq object.
|
make_kick_request(self, nick, reason)Make the iq stanza a MUC room participant kick request.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:45 2005 | http://epydoc.sf.net |