Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-12 | Fix setup.py and old_0004.py typo bugs. | Lance Stout | |
2011-01-11 | added plugin for xep-0249 | Te-je Rodgers | |
2011-01-09 | Need to run post_init properly. | Lance Stout | |
2011-01-08 | Update the XEP-0092 plugin to the new style. | Lance Stout | |
2011-01-09 | Allow XEP 0092 to send os information | Florent Le Coz | |
Doesn't send these information by default, only if provided in the config dict (as the 'os' key) | |||
2011-01-08 | Add support for XEP-0059 to XEP-0030 plugin. | Lance Stout | |
2011-01-08 | Added new XEP-0059 plugin. | Lance Stout | |
Contributed by Erik Reuterborg Larsson (who). | |||
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-16 | Updated the list of plugins in sleekxmpp.plugins.__init__ | Lance Stout | |
2010-12-16 | Fixed specifying 'from' values in XEP-0045 plugin. | Lance Stout | |
Methods now accept either an ifrom or mfrom parameter to specify a 'from' value. Client connections should not need to use these, but component connections must use them. | |||
2010-12-16 | Added MUC invite handler to XEP-0045 plugin. | Lance Stout | |
Originally contributed by damium/romeira, with some modifications. Also, converted tabs to spaces to prepare for future cleanup. | |||
2010-12-16 | Use boundjid in plugins instead of the deprecated accessors. | Lance Stout | |
Originally contributed by skinkie, with a few modifications. | |||
2010-12-16 | Some Python 3.1+ compatibility fixes. | Lance Stout | |
Originally contributed by filipegiusti. | |||
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. | |||
2010-11-18 | Fixed typo | Lance Stout | |
2010-11-18 | Adding stream tests for XEP-0030. | Lance Stout | |
Fixed some errors when responding to disco requests. | |||
2010-11-18 | XEP-0030 bug fixes. | Lance Stout | |
2010-11-18 | Add rename_node method to disco plugin. | Lance Stout | |
2010-11-16 | xep_0199 ping now uses scheduler instead of dedicated threadsleek-1.0-Beta31.0-Beta3 | Nathan Fritz | |
2010-11-10 | Add a groupchat_subject event | Florent Le Coz | |
Use this event to get notified of the subject changes (or to get the subject of the room when joining one) | |||
2010-11-06 | Logging no longer uses root logger. | Lance Stout | |
Each module should now log into its own logger. | |||
2010-11-05 | Simplified SleekTest. | Lance Stout | |
* check_stanza does not require stanza_class parameter. Introspection! * check_message, check_iq, and check_presence removed -- use check instead. * stream_send_stanza, stream_send_message, stream_send_iq, and stream_send_presence removed -- use send instead. * Use recv instead of recv_message, recv_presence, etc. * check_jid instead of check_JID * stream_start may accept multi=True to return a new SleekTest instance for testing multiple streams at once. | |||
2010-11-04 | fixed indent errors | Nathan Fritz | |
2010-11-03 | Fixes for XEP-0199 plugin. | Lance Stout | |
Quick fixes to get the XEP-0199 plugin working until a proper cleanup is done. | |||
2010-11-03 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout | |
2010-11-03 | Updated namespaced used in the XEP-0199 plugin. | Lance Stout | |
2010-10-31 | Fix bug in XEP-0030 plugin. | Lance Stout | |
xep_0030 still referenced event_handlers. Added the method event_handled which will return the number of registered handlers for an event to resolve the issue. | |||
2010-10-25 | Added XEP-202 Entity Time plugin. | Lance Stout | |
Contributed by Cesar Alcalde. | |||
2010-10-25 | Added XEP-0012 Last Activity plugin. | Lance Stout | |
Contributed by Cesar Alcalde. | |||
2010-10-20 | pep8 fixes on core library | Nathan Fritz | |
2010-10-17 | Default history is 0 | Florent Le Coz | |
2010-10-17 | MUC leave message and MUC history request | Florent Le Coz | |
It is now possible to ask for "any number of history stanzas" when joining a muc (with history=None). Also we use "maxchars" when asking NO history ("0") since it's a MUST in the XEP. And you can specify a message when leaving a MUC. | |||
2010-10-14 | fixed socket name collision in xmlstream.py and fixed python 3.x compatibility | Nathan Fritz | |
2010-10-01 | Fixed typo in XEP-0033 plugin. | Lance Stout | |
2010-09-23 | added room events for specific rooms, added buildForm to xep_0004 plugin | Nathan Fritz | |
2010-08-31 | xep-0004 merge should deal with dictionaries | fritzy | |
2010-08-22 | fixed a but in stanza_pubsub | fritzy | |
2010-08-21 | added form compatibility with old api, stanzas now bool() to True on 2.x, ↵ | fritzy | |
jid attributes will return '' if not set | |||
2010-08-19 | added some xep-0004 compatibility changes | Nathan Fritz | |
2010-08-19 | fixed todo merge | Nathan Fritz | |
2010-08-19 | fixed jobs | Nathan Fritz | |
2010-07-26 | Replaced traceback calls to use logging.exception where applicable. | Lance Stout | |