Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-31 | Turns out not all data is UTF-8, so don't try to decode it. | Lance Stout | |
Fixes issue #204 | |||
2012-07-30 | Update and integrate Suelta. | Lance Stout | |
2012-07-26 | Enhance plugin config with attribute accessors. | Lance Stout | |
This makes updating the config after plugin initialization much easier. | |||
2012-07-24 | Standardize importing of queue class. | Lance Stout | |
This will make it easier to enable gevent support. | |||
2012-07-10 | Update plugins to use session_bind handler for disco, and use plugin_end | Lance Stout | |
2012-03-12 | Move XEP-0047 to new system. | Lance Stout | |
2012-03-11 | Update plugin list and use correct names. | Lance Stout | |
2012-02-03 | Add more XEP-0047 tests. | Lance Stout | |
2012-02-03 | Fix infinite callback loop. | Lance Stout | |
2012-02-02 | Fix data stanza based on test results. | Lance Stout | |
2012-02-02 | Initial, mostly working XEP-0047 plugin. | Lance Stout | |
This is inspired by the version from macdiesel and tomstrummer, but their version was heavily linked with XEP-0096 and focused solely on file transfer. This version is a more generic implementation. |