summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0092
AgeCommit message (Collapse)Author
2013-01-20Updated XEP-0092 to take callbacks and return the version result stanza.Lance Stout
2012-07-26Enhance plugin config with attribute accessors.Lance Stout
This makes updating the config after plugin initialization much easier.
2012-07-10Update plugins to use session_bind handler for disco, and use plugin_endLance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
Remaining items are suitable default actions for language supporting interfaces.
2012-03-12Move XEP-0092 to new system.Lance Stout
2011-08-26The ifrom parameter doesn't need special treatment.Lance Stout
2011-07-03Update version number to beta6.Lance Stout
XEP-0092 now uses sleekxmpp.__version__ as a default version number.
2011-03-18Fix error in stanza handler registration in XEP-0092.Lance Stout
2011-03-16Avoid infinite loop on version resultFlorent Le Coz
We need to check if type="get". otherwise we will send our version when we will receive the version of the remote entity, and thus going in an infinite loop.
2011-01-26Cleanup for stanzabase.Lance Stout
Use stanza.values instead of _get/set_stanza_values where used. ElementBase stanzas can now use .tag May use class method tag_name() for stanza classes. ElementBase now has .clear() method.
2011-01-08Update the XEP-0092 plugin to the new style.Lance Stout