Module streambase
source code
Core XMPP stream functionality.
- Normative reference:
- 
    |  | 
        
          | stanza_factory(xmlnode,
        stream=None) Creates Iq, Message or Presence object for XML stanza
 xmlnode | source code |  | 
    |  | __revision__ = '$Id: streambase.py 652 2006-08-27 19:41:15Z ja... | 
    |  | STREAM_NS = 'http://etherx.jabber.org/streams' | 
    |  | BIND_NS = 'urn:ietf:params:xml:ns:xmpp-bind' | 
    |  | __package__ = 'pyxmpp' | 
Imports:
  libxml2,
  socket,
  os,
  time,
  random,
  threading,
  errno,
  logging,
  xmlextra,
  ExpiringDictionary,
  to_utf8,
  Stanza,
  StreamErrorNode,
  Iq,
  Presence,
  Message,
  JID,
  resolver,
  StanzaProcessor,
  StreamError,
  StreamEncryptionRequired,
  HostMismatch,
  ProtocolError,
  FatalStreamError,
  StreamParseError,
  StreamAuthenticationError
| __revision__
   
    Value:| 
'$Id: streambase.py 652 2006-08-27 19:41:15Z jajcus $' | 
 |