slixmpp/sleekxmpp/stanza
Lance Stout 1735c194cd Don't use the send queue for stream initialization.
Use the parameter now=True to skip the queue when
sending Iq stanzas, or using xmpp.send().
2011-05-27 17:00:57 -07:00
..
__init__.py
atom.py
error.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
htmlim.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
iq.py Don't use the send queue for stream initialization. 2011-05-27 17:00:57 -07:00
message.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
nick.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
presence.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
rootstanza.py XMPPError exceptions can keep a stanza's contents. 2011-02-11 15:20:26 -05:00
roster.py Remap old method names in a better way. 2011-02-14 13:49:43 -05:00
stream_error.py