summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza
AgeCommit message (Expand)Author
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-03-30Fix typoLance Stout
2012-03-11Expand support of XEP-0172 (user nickname) to include PEP.Lance Stout
2012-03-07Add support for roster versioning.Lance Stout
2012-02-18More import cleanup based on pyflakes.Lance Stout
2012-02-18Use JID objects when dealing with roster items.Lance Stout
2012-01-12Update Roster stanza to use RosterItem substanzas.Lance Stout
2011-12-30Merge pull request #130 from rhcarvalho/masterLance Stout
2011-12-30Fix docstring of a method of Message stanzas.Rodolfo Carvalho
2011-11-20This change stops sleekxmpp from spending huge amounts of time unnecessarily ...Vijay Pandurangan
2011-08-31Added pubsub error stanza.Lance Stout
2011-08-19Make Iq exceptions more discoverable and simpler to use.Lance Stout
2011-08-12Merge branch 'develop' into rosterLance Stout
2011-08-12Merge branch 'develop' of github.com:fritzy/SleekXMPP into developNathan Fritz
2011-08-12Merge branch 'exceptions' into developNathan Fritz
2011-08-06Fix XEP-0078 using the new stream feature workflow.Lance Stout
2011-08-04Merge branch 'develop' into rosterLance Stout
2011-07-03Merge branch 'develop' into exceptionsLance Stout
2011-07-02Fix ordering bug when retrieving an error condition.Lance Stout
2011-07-02Simplify SASL mech registration.Lance Stout
2011-07-01Merge branch 'develop' into stream_featuresLance Stout
2011-07-01Merge branch 'develop' into rosterLance Stout
2011-07-01So using sys.excepthook to catch errors only works once.Lance Stout
2011-07-01Continued reorganization and streamlining.Lance Stout
2011-06-28Reorganized stream level stanzas.Lance Stout
2011-06-20Merge branch 'develop' into stream_featuresLance Stout
2011-06-20Merge branch 'develop' into exceptionsLance Stout
2011-06-20Merge branch 'develop' into rosterLance Stout
2011-06-20Fix stanza clobbering when replying to errors.sleek-1.0.0-beta5sleek-1.0-Beta51.0.0-beta51.0-Beta5Lance Stout
2011-06-01IqTimeout now references the original sent stanza.Lance Stout
2011-06-01Begin experimental use of exceptions.Lance Stout
2011-05-31Merge branch 'develop' into stream_featuresLance Stout
2011-05-31Merge branch 'develop' into rosterLance Stout
2011-05-27Don't use the send queue for stream initialization.Lance Stout
2011-05-20Merge branch 'develop' into stream_featuresLance Stout
2011-04-08Merge branch 'develop' into rosterLance Stout
2011-04-08Use underscore method name.Lance Stout
2011-03-18Fix error with session feature.Lance Stout
2011-02-14Merge branch 'develop' into stream_featuresLance Stout
2011-02-14Merge branch 'develop' into rosterLance 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-02-02Merge branch 'develop' into rosterLance Stout
2011-01-28First pass at re-worked stream features.Lance Stout
2011-01-27Make StreamError work properly.Lance Stout
2011-01-19Fix namespace for Nick stanza.Lance Stout
2011-01-16Add StreamError stanza and a stream_error event.Lance Stout