Age | Commit message (Expand) | Author |
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 |
2011-08-31 | Test publishng an item with options. | Lance Stout |
2011-08-31 | Test publishing a single item. | Lance Stout |
2011-08-31 | More pubsub unit tests! | Lance Stout |
2011-08-31 | Fix pubsub get_items. | Lance Stout |
2011-08-31 | Fix requesting pubsub node configuration, and add tests. | Lance Stout |
2011-08-31 | Added pubsub error stanza. | Lance Stout |
2011-08-30 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-08-30 | fixed form accessors in pubsub stanzas | Nathan Fritz |
2011-08-30 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-08-30 | fixed test further... but now I have an out of order problem | Nathan Fritz |
2011-08-30 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-08-30 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Nathan Fritz |
2011-08-30 | added publish-options element | Nathan Fritz |
2011-08-30 | Get/set pubsub subscription options. | Lance Stout |
2011-08-30 | Test and fix XEP-0060 delete_node() | Lance Stout |
2011-08-30 | Fix typo | Lance Stout |
2011-08-29 | Finish up all major actions in the current XEP-0060. | Lance Stout |
2011-08-29 | Stub out missing functionality for pubsub | Lance Stout |
2011-08-26 | The ifrom parameter doesn't need special treatment. | Lance Stout |
2011-08-26 | Add docs + extended Iq send arguments to pubsub methods. | Lance Stout |
2011-08-26 | Fix typos in XEP-0060, start of docs and tests. | Lance Stout |
2011-08-17 | Update plugins that use Iq stanzas to work with new exceptions. | Lance Stout |
2011-08-17 | Return '' instead of None from form fields with no values. | Lance Stout |
2011-08-13 | Add form.field back in for backwards compatibility. | Lance Stout |
2011-08-13 | Add tests for setting a form's type to 'submit' or 'cancel'. | Lance Stout |
2011-08-13 | Update XEP-0050 to use new IQ exceptions. | Lance Stout |
2011-08-12 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Nathan Fritz |
2011-08-12 | fixed indenting and merged in exceptions branch | Nathan Fritz |