Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-17 | Fix pyflakes complaints for XEP-0115 plugin. | Lance Stout | |
2012-01-11 | update_caps() can now do presence broadcasting. | Lance Stout | |
As part of adding this feature: - fixed bug in update_caps() not assigning verstrings - fixed xep_0004 typo - can now use None as a roster key which will map to boundjid.bare - fixed using JID objects in disco node handlers - fixed failing test related to get_roster Several of these bugs I've fixed before, so I either didn't push them earlier, or I clobbered something when merging. *shrug* | |||
2011-12-31 | Fix handing caps in Python3, allow update_caps() call before process() | Lance Stout | |
2011-12-31 | Fix a few holes in caps. | Lance Stout | |
Protip: Don't test using a custom disco handler that always returns the same feature set :p | |||
2011-12-30 | Enable caps stream feature. | Lance Stout | |
2011-12-30 | Add XEP-0115 plugin. | Lance Stout | |
Finally |