slixmpp/sleekxmpp/stanza
2013-01-26 14:33:52 -08:00
..
__init__.py
atom.py
error.py Add 'by' attribute for error stanzas. 2012-07-23 21:48:19 -07:00
htmlim.py Add proper XEP-0071 plugin. 2013-01-26 14:33:52 -08:00
iq.py Allow IQ timeouts to be asynchronous, by passing a timeout_callback parameter to send(). An example modification of disco is included. If this approach is approved, I'll go through and update the other plugins. 2012-10-31 13:27:06 -07:00
message.py Add options to auto add ID values to message and presence stanzas. 2012-09-25 12:26:56 -07:00
nick.py
presence.py Add options to auto add ID values to message and presence stanzas. 2012-09-25 12:26:56 -07:00
rootstanza.py
roster.py Map <group /> elements with no content to '' instead of None. 2012-09-01 13:56:48 -07:00
stream_error.py Fix assigning values to error stanzas. 2012-06-19 16:21:34 -07:00
stream_features.py