Age | Commit message (Expand) | Author |
2011-12-30 | Enable caps stream feature. | Lance Stout |
2011-12-30 | Add XEP-0115 plugin. | Lance Stout |
2011-12-30 | Add option to disable condensing and converting form values. | Lance Stout |
2011-12-30 | Add option for disabling identity and feature deduplication. | Lance Stout |
2011-12-30 | Add 'supports' and 'has_identity' node handlers. | Lance Stout |
2011-12-30 | Automatically use local disco based on the JID. | Lance Stout |
2011-12-30 | Be more lenient on required arguments to disco node handlers. | Lance Stout |
2011-12-30 | Make the disco logs nicer. | Lance Stout |
2011-12-28 | Add set_info disco handler. | Lance Stout |
2011-12-28 | Fix caching for clients. | Lance Stout |
2011-12-28 | Add caching support to xep_0030. | Lance Stout |
2011-12-27 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-12-20 | XEP-0009: Updated tests to work in python 3 | Correl Roush |
2011-12-20 | Add comma to fix pubsub error conditions. | Lance Stout |
2011-12-20 | XEP-0009: Updated RPC value conversion code | Correl Roush |
2011-12-16 | Fixes Issue #123: Corrected boolean xml to python conversion | Correl Roush |
2011-12-15 | Fixed Issue 93: ACL.check jid parameter should be a string value | Correl Roush |
2011-12-15 | Allow XEP-0082 to return datetime objects without having to format and reparse. | Lance Stout |
2011-12-13 | Use OrderedDicts instead of regular dictionaries when returning values from f... | Lance Stout |
2011-12-13 | Ensure that item fields have the proper type. | Lance Stout |
2011-12-12 | Allow disco info/items handlers to return full Iq stanzas. | Lance Stout |
2011-12-12 | Pass the Iq stanza to disco item handlers. | Lance Stout |
2011-12-09 | Use UTC for xep_0082.date. | Lance Stout |
2011-12-04 | Ensure that adhoc command clients have form plugin registered. | Lance Stout |
2011-11-19 | Tidy up logging calls. | Lance Stout |
2011-11-20 | This change stops sleekxmpp from spending huge amounts of time unnecessarily ... | Vijay Pandurangan |
2011-10-11 | Update the docs for XEP-0060 publish method. | Lance Stout |
2011-10-10 | Fix MUC methods to optionally specify the sending JID. | Lance Stout |
2011-10-05 | XEP-0009 will likely be updated to use <base64 /> instead of <Base64 /> | Lance Stout |
2011-10-04 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-10-04 | Fix missing import statement. | Lance Stout |
2011-10-03 | Make RPC events threaded | Correl Roush |
2011-09-02 | Make get_node_config block by default. | Lance Stout |
2011-09-01 | remove ping schedule on disconnect | Nathan Fritz |
2011-09-01 | Mark pubsub state stanzas as non-standard. | Lance Stout |
2011-09-01 | More stanza cleanup for pubsub. | Lance Stout |
2011-09-01 | Some more minor cleanup. | Lance Stout |
2011-09-01 | Clean up pubsub#event stanzas. | Lance Stout |
2011-09-01 | Clean up pubsub#owner stanzas. | Lance Stout |
2011-09-01 | Add support for notify attribute when retracting an item. | Lance Stout |
2011-09-01 | Add ability to get global/node default subscription options. | Lance Stout |
2011-09-01 | Clean up pubsub stanzas. | Lance Stout |
2011-09-01 | Owners can modify subscriptions/affiliations. With tests. | Lance Stout |
2011-09-01 | Users can retrieve their affiliations now, with tests. | Lance Stout |
2011-09-01 | Add ability for a user to get retrieve subscriptions, with tests. | Lance Stout |
2011-09-01 | Add tests for pubsub subscription options. | Lance Stout |
2011-09-01 | Add tests for retrieving pubsub items. | Lance Stout |
2011-08-31 | XEP-0060 v1.13 dictates publishing/retracting one item at a time. | Lance Stout |
2011-08-31 | Add test for purging a pubsub node. | Lance Stout |
2011-08-31 | Retract stanzas are behaving oddly when using stanza values. | Lance Stout |