summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0092
AgeCommit message (Collapse)Author
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