Home | Trees | Index | Help |
|
---|
Package pyxmpp :: Module streambase |
|
Core XMPP stream functionality. Normative reference: - `RFC 3920 <http://www.ietf.org/rfc/rfc3920.txt>`__
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 stanza `xmlnode` |
Variable Details |
---|
__revision__
|
BIND_NS
|
STREAM_NS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 31 22:37:01 2006 | http://epydoc.sf.net |