Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-20 | Various XEPs: Remove deprecated aliases. | Emmanuel Gil Peyrot | |
2016-08-19 | Improve XEP-0070 and examples | mathieui | |
2016-08-19 | Initial work on XEP_0070, plugin and examples | Emmanuel Gil Peyrot | |
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-23 | Add SOCKS5 Bytestream examples. | Emmanuel Gil Peyrot | |
2015-08-08 | Fix the pubsub_client example. | Emmanuel Gil Peyrot | |
2015-08-08 | Stop disco_browser and pubsub_client examples once they are finished. | Emmanuel Gil Peyrot | |
2015-07-09 | Fix UnboundlocalError in disco_browser.py example | elya5 | |
If self.get is in self.info_types and self.items_types, only self['xep_0030'].get_info is executed and not self['xep_0030'].get_items. So the condition in line 129 is successful but items is not assigned. | |||
2015-07-05 | Merge pull request #365 from jdowner/staging | Mike Taylor | |
Fixed imports | |||
2015-05-25 | Change to roster migration example | Steven Roose | |
I did have the chance to test the script yet, but it seems like that line should be outside the for loop. | |||
2015-05-13 | Fixed imports | Joshua Downer | |
Removed unused modules/packages and added getpass, which was missing. | |||
2015-04-28 | Merge remote-tracking branch 'origin/develop' into xep_0332 | Sangeeth Saravanaraj | |
2015-04-19 | XEP-0047: fix examples. | Emmanuel Gil Peyrot | |
2015-04-11 | Merge pull request #313 from mayflower/develop | Mike Taylor | |
Proposing #310 again in fixed version | |||
2015-03-25 | Fixed bug #353 Python3 XEP-0084 error | Richard Kellner | |
2015-02-28 | Fix examples relying on the changed API | mathieui | |
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-02-05 | Added help for running example.. | Sangeeth Saravanaraj | |
2015-02-05 | Updated Example.. | Sangeeth Saravanaraj | |
2015-01-22 | renamed example for convenience. | Sangeeth Saravanaraj | |
2015-01-22 | Boilerplate example. | Sangeeth Saravanaraj | |
2014-09-28 | Remove all deprecated alias in the core of slixmpp, and wherever they were used. | Emmanuel Gil Peyrot | |
2014-09-28 | Don’t set the wait time to True instead of leaving its float default, in ↵ | Emmanuel Gil Peyrot | |
examples. | |||
2014-09-01 | Remove all trailing whitespaces. | Emmanuel Gil Peyrot | |
2014-09-01 | Move examples from the deprecated optparse to argparse, and remove the ↵ | Emmanuel Gil Peyrot | |
redundant -v option. | |||
2014-09-01 | Import getpass from getpass, instead of using getpass.getpass everytime. | Emmanuel Gil Peyrot | |
2014-09-01 | Remove (usually) useless comments in examples about OpenFire and how to ↵ | Emmanuel Gil Peyrot | |
verify a certificate. | |||
2014-09-01 | Reintroduce XMLStream.process, making it run the asyncio event loop. | Emmanuel Gil Peyrot | |
2014-09-01 | Remove threaded from examples’ add_event_handler. | Emmanuel Gil Peyrot | |
2014-09-01 | Remove raw_input usage and other python2 support in examples | Emmanuel Gil Peyrot | |
2014-09-01 | Set the shebang to python3 everywhere. | Emmanuel Gil Peyrot | |
2014-08-23 | cleanup semicolons, whitespace and mutable default arguments | Robin Gloster | |
2014-08-18 | Revert "cleanup semicolons, whitespace and mutable default arguments" | Robin Gloster | |
This reverts commit 7265682a4d57d88956cb54f98f7a470465bbf417. | |||
2014-08-18 | cleanup semicolons, whitespace and mutable default arguments | Robin Gloster | |
2014-07-21 | Clean a new bunch of stuf | Florent Le Coz | |
2014-07-17 | Rename to slixmpp | Florent Le Coz | |
2014-01-21 | Examples fixes | Anton Ryzhov | |
2013-09-20 | Chmod +x examples, and add shebang lines | Lance Stout | |
2013-09-05 | Merge branch 'xep_0323_325' of git://github.com/joachimlindborg/SleekXMPP ↵ | Lance Stout | |
into joachimlindborg-xep_0323_325 Conflicts: sleekxmpp/plugins/__init__.py | |||
2013-09-03 | first functional IoT_Test | Joachim Lindborg | |
2013-06-22 | Add roster migration example | Lance Stout | |
2013-03-29 | Fix some errors in the IBB plugin. | Lance Stout | |
2013-02-25 | Merge branch 'develop' | Lance Stout | |
2013-02-22 | Don't use internally deprecated methods | Anton Ryzhov | |
2013-02-08 | Enable force_registration in the register account example. | Lance Stout | |
2013-02-08 | Add option to XEP-0077 plugin to force registration attempts. | Lance Stout | |
2013-01-20 | Updated XEP-0199 to take and return standardized values. | Lance Stout | |
Handles Iq errors appropriately when the recipient can't be found. | |||
2012-10-31 | Turns out not all data is UTF-8, so don't try to decode it. | Lance Stout | |
Fixes issue #204 | |||
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-08-07 | Fix disco browser example to handle errors. | Lance Stout | |