Age | Commit message (Expand) | Author |
2010-08-03 | Fix whitespace issues, and make some debugging statements clearer. | Lance Stout |
2010-08-03 | Updated XHTML-IM stanza with documentation and PEP8 style. | Lance Stout |
2010-08-03 | Updated presence stanza with documentation and PEP8 style. | Lance Stout |
2010-08-03 | Updated message stanzas and tests with documentation and PEP8 style. | Lance Stout |
2010-07-29 | Updated, cleaned, and documented Iq stanza class. Also added unit tests. | Lance Stout |
2010-07-29 | Added unit tests for error stanzas. Corrected error in deleting conditions. | Lance Stout |
2010-07-29 | Remove extra debugging lines and speed up stream testing in SleekTest. | Lance Stout |
2010-07-26 | Update test to reflect change in reply() method that removes the from attribute. | Lance Stout |
2010-07-26 | updated and moved jid class -- jids now have setters | Nathan Fritz |
2010-07-20 | Update test_events to use SleekTest to make everything consistent. | Lance Stout |
2010-07-20 | Updated pubsub stanzas to use xep_0004 stanza objects, and updated tests to m... | Lance Stout |
2010-07-20 | Lots of XEP-0004 bug fixes. | Lance Stout |
2010-07-20 | Updated license notices to use the correct MIT format. Also corrected referen... | Lance Stout |
2010-07-20 | Updated message stanza tests. | Lance Stout |
2010-07-20 | Updated presence stanza to include a 'show' interface. Presence stanza tests ... | Lance Stout |
2010-07-19 | Updated SleekTest to implement the checkPresence method. | Lance Stout |
2010-07-19 | more set/get Values changes | Nathan Fritz |
2010-07-19 | updated sleektest to use new stanza get/set values api | Nathan Fritz |
2010-07-19 | Condensed all of the stanzaPlugin functions into a single registerStanzaPlugi... | Lance Stout |
2010-07-14 | Updated SleekTest to be able to simulate and test interactions with an XML st... | Lance Stout |
2010-07-14 | Added initial stanza object version of the xep_0004 plugin. Items/reported el... | Lance Stout |
2010-07-11 | Reworked the Gmail notification plugin to use stanza objects and expose more ... | Lance Stout |
2010-06-27 | Refactored unit tests for XEP-0030, XEP-0033, and XEP-0085 to use the new Sle... | Lance Stout |
2010-06-27 | Added a new SleekTest class that provides useful methods for test cases. | Lance Stout |
2010-06-22 | Added plugin and tests for XEP-0033, Extended Stanza Addresses. | Lance Stout |
2010-05-31 | Merge branch 'xep_0085' into develop | Lance stout |
2010-05-31 | Added implementation and tests for XEP-0085 - Chat State Notifications. | Lance stout |
2010-05-31 | Added unit tests for the new XEP-0030 stanza objects. All pass. | Lance Stout |
2010-05-27 | added pubsub state stanzas and scheduled events | Nathan Fritz |
2010-05-26 | fixed dns unicode problem | Nathan Fritz |
2010-05-20 | added test_events and testing new del_event_handler | Nathan Fritz |
2010-05-12 | added test for unsolicided unavailable presence and fixed bug to make it pass | Nathan Fritz |
2010-04-22 | forgot to add file required to pass testall.py | Nathan Fritz |
2010-04-21 | added pubsub#event stanzas, multi-subtypes iterable stanzas, pubsub#event tes... | Nathan Fritz |
2010-04-19 | added pubsub tests and fixed match on iterator error | Nathan Fritz |
2010-04-14 | adding tests, fixed stanzapath matching to match keys, fixed pubsub#owner sta... | Nathan Fritz |
2010-04-07 | fixed html-im stanza plugin | Nathan Fritz |
2010-04-07 | added missing docstrings to tests and added deprecated warning to basexmpp.se... | Nathan Fritz |
2010-03-26 | added memleak test and attempted to fix presence leak | Nathan Fritz |
2010-01-29 | added separate tostring files | Nathan Fritz |
2010-01-15 | xep 30 and 50 always reply from jid iq sent to | Nathan Fritz |
2010-01-13 | Completed basic test coverage of xmlns http://jabber.org/protocol/pubsub stanzas | Nathan Fritz |
2010-01-08 | * tests need module file | Nathan Fritz |
2010-01-08 | * added tests | Nathan Fritz |
2010-01-08 | * fixed stanza.keys() | Nathan Fritz |
2010-01-08 | * added first stanza tests | Nathan Fritz |