Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-12 | Remove extra logging statement, add backward compatible references. | Lance Stout | |
2012-03-12 | Move XEP-0033 to new system. | Lance Stout | |
Still needs updating to the new format. | |||
2010-10-01 | Fixed typo in XEP-0033 plugin. | Lance Stout | |
2010-07-20 | Updated license notices to use the correct MIT format. Also corrected ↵ | Lance Stout | |
references to nonexistant license.txt to LICENSE. | |||
2010-07-19 | Condensed all of the stanzaPlugin functions into a single ↵ | Lance Stout | |
registerStanzaPlugin function. Updated plugins and tests to use new function. | |||
2010-07-11 | Fixed tabs to please tab nanny. | Lance Stout | |
2010-06-27 | Fixed indentation to please tab nanny during unit tests. | Lance Stout | |
2010-06-27 | Fixed several errors in xep_0033 plugin. | Lance Stout | |
The method getAddresses was removing addresses by mistake. Several instances of using self.attrib instead of self.xml.attrib. | |||
2010-06-27 | Fixed tab and spacing issue to please the Tab Nanny during unit tests. | Lance Stout | |
2010-06-22 | Added plugin and tests for XEP-0033, Extended Stanza Addresses. | Lance Stout | |
XEP-0033 can be useful for interacting with XMPP<->Email gateways. |