summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza/iq.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2014-02-14Allow IQ processing based on only id value before the session is bound.Lance Stout
2014-02-03Fix verifying 'from' for IQ results.Lance Stout
2013-02-14Resolve most Python3.3 related issues.Lance Stout
2012-10-31Allow IQ timeouts to be asynchronous, by passing a timeout_callback parameter...Joe Hildebrand
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2012-04-08Undo the additional Iq result checks until further testing is done.Lance Stout
2012-04-08Check for Iq results based on both the sender's JID and the ID value.Lance Stout
2012-02-18More import cleanup based on pyflakes.Lance Stout
2011-06-01IqTimeout now references the original sent stanza.Lance Stout
2011-06-01Begin experimental use of exceptions.Lance Stout
2011-05-27Don't use the send queue for stream initialization.Lance Stout
2011-04-08Use underscore method name.Lance Stout
2011-02-14Remap old method names in a better way.Lance Stout
2011-02-13Return the name of the registered callback.Lance Stout
2011-02-12Return the registered callback when using iq.send(callback=foo).Lance Stout
2011-02-11XMPPError exceptions can keep a stanza's contents.Lance Stout
2011-01-16Add StreamError stanza and a stream_error event.Lance Stout
2011-01-12Fix ordering error in Iq._set_stanza_values.Lance Stout
2010-12-07Actually make the Iq callbacks work for real.Lance Stout
2010-12-07Added option for iq.send to accept a callhandler.Lance Stout
2010-11-17Fix RESPONSE_TIMEOUT dependency loops.Lance Stout
2010-10-17Underscore names by default.Lance Stout
2010-07-30Added optional default value to _getAttr.Lance Stout
2010-07-29Updated, cleaned, and documented Iq stanza class. Also added unit tests.Lance Stout
2010-07-20Updated license notices to use the correct MIT format. Also corrected referen...Lance Stout
2010-05-25Modified the return values for several methods so that they can be chained.Lance Stout
2010-04-14adding tests, fixed stanzapath matching to match keys, fixed pubsub#owner sta...Nathan Fritz
2010-03-26changed license to MITsleek-0.9RC10.9RC1Nathan Fritz
2010-02-15got rid of stupid iq set/get/error/result methodsNathan Fritz
2010-01-20unhandled iq's should only respond to errors when type=get/setNathan Fritz
2010-01-08* added first stanza testsNathan Fritz
2010-01-05* major stanza improvementsNathan Fritz
2009-12-22* fixed unhandled iqsNathan Fritz
2009-12-17* fixed many stanza bugsNathan Fritz
2009-12-11* started converstion to stanza objectsNathan Fritz
2009-12-10* added proper message and iq stanzas. presence left to doNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz