Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-24 | Remove the occasional warning about XEP-0059 not loaded. | Lance Stout | |
2011-02-14 | Remap old method names in a better way. | Lance Stout | |
This should prevent some reference cycles that will cause garbage collection issues. | |||
2011-02-09 | Fix same error for get_info default behaviour. | Lance Stout | |
2011-02-09 | Fix get_items default behaviour. | Lance Stout | |
2011-01-19 | Fix disco add_item. | Lance Stout | |
If no JID is specified for the item, use xmpp.boundjid.full. | |||
2011-01-19 | Fix error in disco add_item. | Lance Stout | |
None values were not being treated properly. | |||
2011-01-15 | Fix how disco plugin looks up info and items for clients. | Lance Stout | |
2011-01-09 | Need to run post_init properly. | Lance Stout | |
2011-01-08 | Add support for XEP-0059 to XEP-0030 plugin. | Lance Stout | |
2011-01-04 | More clarification in docs for XEP-0030 plugin. | Lance Stout | |
2011-01-04 | Clarify docs for disco.get_info. | Lance Stout | |
2010-12-28 | Make the new XEP-30 plugin retain older API signatures. | Lance Stout | |
2010-12-21 | More documentation for XEP-0030 plugin. | Lance Stout | |
2010-12-16 | Almost done with xep-30; added more docs. | Lance Stout | |
2010-12-15 | Implement a few more static node handlers. | Lance Stout | |
2010-12-15 | And some more docs. | Lance Stout | |
2010-12-15 | The documentation effort continues. | Lance Stout | |
Also, need to start working on a replacement for the XEP-30 page in the wiki since the API has changed significantly. | |||
2010-12-13 | Update some docs. | Lance Stout | |
2010-12-09 | First pass at a new XEP-0030 plugin. | Lance Stout | |
Now with dynamic node handling goodness. Some things are not quite working yet, in particular: set_items set_info set_identities set_features And still need more unit tests to round things out. |