Home | Trees | Index | Help |
|
---|
Package pyxmpp :: Module stanza |
|
General XMPP Stanza handling. Normative reference: - `RFC 3920 <http://www.ietf.org/rfc/rfc3920.txt>`__
Classes | |
---|---|
Stanza |
Base class for all XMPP stanzas. |
Exceptions | |
---|---|
StanzaError |
Raised on ivalid stanza objects usage. |
Function Summary | |
---|---|
Generate stanza id unique for the session. |
Variable Summary | |
---|---|
str |
__revision__ = '$Id: stanza.py 616 2005-12-26 15:28:56Z ...
|
int |
last_id = 461861 |
libxml2
,
random
,
pyxmpp.xmlextra
JID
from_utf8
,
to_utf8
common_doc
,
COMMON_NS
,
common_ns
Function Details |
---|
gen_id()Generate stanza id unique for the session. :return: the new id. |
Variable Details |
---|
__revision__
|
last_id
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 31 22:37:00 2006 | http://epydoc.sf.net |