Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-22 | Manual cleanup of the remaining set([…]) and set((…)). | Emmanuel Gil Peyrot | |
2016-09-30 | Fix uses of super() in the codebase | mathieui | |
Fix #3165, we don’t need to use the long form to get the superobject in our supported python versions. | |||
2016-09-21 | XEP-0045: Remove support for old-style {get,set,del}TitleCase methods. | Emmanuel Gil Peyrot | |
2016-09-20 | Various XEPs: Remove deprecated aliases. | Emmanuel Gil Peyrot | |
2016-03-14 | The XEP-0198 plugin exists now; fix the docs | Sam Whited | |
2016-02-03 | Fix #3166 (broken link) | mathieui | |
2015-10-02 | Update version to 1.1slix-1.1 | mathieui | |
2015-10-02 | Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-merge | mathieui | |
Conflicts: README.rst examples/IoT_TestDevice.py examples/disco_browser.py setup.py sleekxmpp/jid.py sleekxmpp/plugins/google/auth/stanza.py sleekxmpp/plugins/google/gmail/notifications.py sleekxmpp/plugins/google/nosave/stanza.py sleekxmpp/plugins/google/settings/settings.py sleekxmpp/thirdparty/__init__.py sleekxmpp/thirdparty/socks.py sleekxmpp/thirdparty/statemachine.py sleekxmpp/util/__init__.py sleekxmpp/xmlstream/xmlstream.py slixmpp/basexmpp.py slixmpp/plugins/xep_0004/stanza/form.py slixmpp/plugins/xep_0009/rpc.py slixmpp/plugins/xep_0050/adhoc.py slixmpp/plugins/xep_0065/proxy.py slixmpp/plugins/xep_0084/stanza.py slixmpp/plugins/xep_0202/time.py slixmpp/plugins/xep_0323/sensordata.py slixmpp/plugins/xep_0325/control.py slixmpp/plugins/xep_0325/stanza/control.py slixmpp/roster/single.py slixmpp/stanza/atom.py slixmpp/stanza/rootstanza.py slixmpp/test/slixtest.py slixmpp/util/sasl/mechanisms.py slixmpp/version.py slixmpp/xmlstream/stanzabase.py tests/test_stanza_xep_0323.py tests/test_stanza_xep_0325.py tests/test_stream_xep_0323.py tests/test_stream_xep_0325.py | |||
2015-08-08 | Remove a useless line of code from “your first XMPP bot” example | Florent Le Coz | |
2015-04-13 | basexmpp: Add a message_error event | mathieui | |
The "message" event only receives messages with a body, and error messages don’t necessarily have it. Removing the body requirement from the "message" event could lean to unhandled conditions in existing code. | |||
2015-04-04 | XMLStream: add a forever parameter to process(), defaulting to True, to ↵ | Emmanuel Gil Peyrot | |
select whether we want to stop the event loop after a disconnection | |||
2015-02-28 | Change the API to make iq.send() always return a future | mathieui | |
remove coroutine_wrapper, add a future_wrapper (which is only needed when the result stanza can be cached). Update the documentation as well. | |||
2015-02-24 | Update the documentation and examples | mathieui | |
- update most of the examples with slixmpp - change the help channels pointed out in the doc - add a page listing differences from slixmpp and how to use asyncio nicely with slixmpp - fix some in-code rst documentation | |||
2015-01-22 | Fixed a typo in docs/guide_xep_0030.rst | Sangeeth Saravanaraj | |
2014-09-28 | Remove all deprecated alias in the core of slixmpp, and wherever they were used. | Emmanuel Gil Peyrot | |
2014-09-01 | Remove all trailing whitespaces. | Emmanuel Gil Peyrot | |
2014-07-23 | Cleanup how events are run, they are always direct by definition now | Florent Le Coz | |
2014-07-22 | Remove unused RestartStream exception | Florent Le Coz | |
2014-07-17 | Rename to slixmpp | Florent Le Coz | |
2013-03-28 | `failed_auth` data returned | Anton Ryzhov | |
Manual updated | |||
2013-03-28 | Event index documentation updated | Anton Ryzhov | |
2013-02-22 | Don't use internally deprecated methods | Anton Ryzhov | |
2012-10-24 | added setdefaultencoding method so reload(sys) not needed | Paul Molodowitch | |
reload(sys) could cause problem in user code - ie, sys.stdout, excepthook, and displayhook would be reset, etc | |||
2012-01-18 | Gah, too many branch conflicts. | Lance Stout | |
2012-01-18 | Fix some more merge conflicts. | Lance Stout | |
2012-01-05 | Fix a few typos. | Lance Stout | |
2012-01-05 | Apply Te-Je's MUC guide patch. | Lance Stout | |
2012-01-05 | More &yet branding | Lance Stout | |
2012-01-05 | Add &yet contact info | Lance Stout | |
2012-01-05 | Update doc settings to new theme, add examples, use 1.0 | Lance Stout | |
2012-01-05 | Break the docs out into their own branch. | Lance Stout | |