Age | Commit message (Expand) | Author |
2010-07-19 | added fromXML/getXML compatiblity to the new xep-0004 w/ deprecated warnings | Nathan Fritz |
2010-07-19 | made Lance's new XEP-4 stanzas the default, and put xep-0004 as old_0004 | Nathan Fritz |
2010-07-19 | Condensed all of the stanzaPlugin functions into a single registerStanzaPlugi... | Lance Stout |
2010-07-19 | Added implementation for XEP-0128 Service Discovery Extensions. | 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-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 |
2010-06-27 | Fixed error in setState() method. | Lance Stout |
2010-06-27 | Fixed typo | Lance Stout |
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 |
2010-06-02 | Return result of iq.send() for disco requests. Events are still triggered, bu... | Lance Stout |
2010-06-02 | Merge branch 'develop' of git://github.com/fritzy/SleekXMPP into develop | Lance Stout |
2010-06-01 | Added additional parameter to xep_0030's getInfo and getItems methods. | Lance stout |
2010-05-31 | included jobs plugin | Nathan Fritz |
2010-05-31 | Make sure that the node is alway set in disco responses. | 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 | Scheduler waits too longer, and pubsubstate registration was backwards | Nathan Fritz |
2010-05-31 | Touched up the style of creating an Iq stanza. | Lance stout |
2010-05-31 | Updated the XEP-0030 plugin to work with stanza objects instead of manipulati... | Lance Stout |
2010-05-27 | added pubsub state stanzas and scheduled events | Nathan Fritz |
2010-05-26 | plugins now are checked for post_init having ran when process() is called | Nathan Fritz |
2010-05-26 | Fixed error registering a plugin. To add a feature to another plugin, it shou... | Hernan E Grecco |
2010-05-24 | updated README, index fix for component | Nathan Fritz |
2010-05-12 | fixed a rather large memory leak | Nathan Fritz |
2010-05-11 | refactored presence tracking and fixed jidInRoom | Nathan Fritz |
2010-04-23 | pubsub test work | Nathan Fritz |
2010-04-22 | bugfixes and continuing to work on pubsub tests | Nathan Fritz |
2010-04-21 | added pubsub#event stanzas, multi-subtypes iterable stanzas, pubsub#event tes... | Nathan Fritz |
2010-04-20 | started work on pubsub#event stanzas | 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-13 | bugfix for .disconnect() hanging | Nathan Fritz |
2010-04-07 | replaced usage of deprecated iq result on send. Fixed old send result to use ... | Nathan Fritz |
2010-03-26 | fixed bug #7 -- muc roster leak | Nathan Fritz |
2010-03-04 | added muc functionality | Nathan Fritz |
2010-02-15 | got rid of stupid iq set/get/error/result methods | Nathan Fritz |
2010-01-29 | fixed setup.py issue with unicode in 3.x | Nathan Fritz |
2010-01-20 | unhandled iq's should only respond to errors when type=get/set | 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 | * fix to xep 78 | Nathan Fritz |
2010-01-08 | * added first stanza tests | Nathan Fritz |
2010-01-07 | * pubsub#owner and pubsub namespace stanzas written | Nathan Fritz |
2010-01-05 | * major stanza improvements | Nathan Fritz |
2009-12-17 | * fixed many stanza bugs | Nathan Fritz |
2009-10-29 | * fixed bugs with XEP 50 for components | Nathan Fritz |