slixmpp/sleekxmpp
2012-04-08 16:00:07 -04:00
..
features Explicitly set the desired SASL mech to ANONYMOUS if no username is provided. 2012-03-13 12:24:41 -07:00
plugins Ensure that wrapped disco results retain requesting iq id. 2012-04-08 16:00:07 -04:00
roster Trigger got_online after resource information has been saved. 2012-04-07 16:23:24 -04:00
stanza Check for Iq results based on both the sender's JID and the ID value. 2012-04-08 15:58:48 -04:00
test xml.etree.ElementTree raises ExpatError instead of SyntaxError or ParseError. 2012-02-19 20:27:19 -08:00
thirdparty Correct the statemachine's ensure_any method. 2012-04-06 17:39:51 -04:00
xmlstream Correct the statemachine's ensure_any method. 2012-04-06 17:39:51 -04:00
__init__.py Clean and get setup.py working once and for all. 2011-08-24 22:09:02 -07:00
api.py Ensure that accessing self.api.settings works for plugins. 2012-04-08 15:59:47 -04:00
basexmpp.py Begin experiment with a centralized API callback registry. 2012-04-06 15:09:25 -04:00
clientxmpp.py Tidy up roster_received event and callbacks. 2012-04-07 17:30:25 -04:00
componentxmpp.py
exceptions.py
version.py