summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0030.py
AgeCommit message (Expand)Author
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-31Fix bug in XEP-0030 plugin.Lance Stout
2010-07-20Updated license notices to use the correct MIT format. Also corrected referen...Lance Stout
2010-07-19Condensed all of the stanzaPlugin functions into a single registerStanzaPlugi...Lance Stout
2010-06-27Fixed typoLance Stout
2010-06-02Return result of iq.send() for disco requests. Events are still triggered, bu...Lance Stout
2010-06-01Added additional parameter to xep_0030's getInfo and getItems methods.Lance stout
2010-05-31Make sure that the node is alway set in disco responses.Lance stout
2010-05-31Touched up the style of creating an Iq stanza.Lance stout
2010-05-31Updated the XEP-0030 plugin to work with stanza objects instead of manipulati...Lance Stout
2010-04-07replaced usage of deprecated iq result on send. Fixed old send result to use ...Nathan Fritz
2010-01-15xep 30 and 50 always reply from jid iq sent toNathan Fritz
2009-09-01* fixed some python3 transition bugsNathan Fritz
2009-08-31* converted sleekxmpp to Python 3.xNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz