Home | Trees | Index | Help |
|
---|
|
Core XMPP stream functionality.
Classes | |
---|---|
StreamBase |
Base class for a generic XMPP stream. |
Exceptions | |
---|---|
FatalStreamError |
Base class for all fatal Stream exceptions. |
HostMismatch |
Exception raised when the connected host name is other then requested. |
StreamAuthenticationError |
Raised when stream authentication fails. |
StreamEncryptionRequired |
Exception raised when stream encryption is requested, but not used. |
StreamError |
Base class for all stream errors. |
StreamParseError |
Raised when invalid XML is received in an XMPP stream. |
Function Summary | |
---|---|
Creates Iq, Message or Presence object for XML stanza xmlnode |
Variable Summary | |
---|---|
str |
__revision__ = '$Id: streambase.py 603 2005-10-14 16:06:...
|
str |
BIND_NS = 'urn:ietf:params:xml:ns:xmpp-bind'
|
str |
STREAM_NS = 'http://etherx.jabber.org/streams'
|
errno
,
libxml2
,
logging
,
os
,
random
,
pyxmpp.resolver
,
socket
,
threading
,
time
,
pyxmpp.xmlextra
ExpiringDictionary
,
Iq
,
JID
,
Message
,
Presence
,
Stanza
,
StanzaProcessor
,
StreamErrorNode
StanzaError
to_utf8
Function Details |
---|
stanza_factory(xmlnode)Creates Iq, Message or Presence object for XML stanzaxmlnode |
Variable Details |
---|
__revision__
|
BIND_NS
|
STREAM_NS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:29 2005 | http://epydoc.sf.net |