4a8fe56470
Something something get_stanza_values
Florent Le Coz
2014-10-11 21:04:28 +02:00
7c3e61950d
Remove all deprecated alias in the core of slixmpp, and wherever they were used.
Emmanuel Gil Peyrot
2014-09-21 18:51:06 +02:00
61f89eef2e
Remove the now useless Queue wrapper in slixmpp.util.
Emmanuel Gil Peyrot
2014-09-21 19:28:13 +02:00
06de587ed2
Don’t check for logging.NullHandler, it got added in Python 3.1.
Emmanuel Gil Peyrot
2014-09-21 19:28:10 +02:00
49beb3ac08
Don’t set the wait time to True instead of leaving its float default, in examples.
Emmanuel Gil Peyrot
2014-09-21 18:42:51 +02:00
403462fdb8
Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop
Lance Stout
2014-09-09 08:50:24 -07:00
f22d8e67b4
Preserve ID for error responses
Lance Stout
2014-09-09 08:49:37 -07:00
e1c944d723
Improve run_tests.py, allowing it to run only specific tests.
Emmanuel Gil Peyrot
2014-08-20 21:55:36 +02:00
83442b9849
Remove useless ez_setup.py file, we use setuptools in the normal setup.py instead.
Emmanuel Gil Peyrot
2014-08-20 21:19:17 +02:00
edd6ffeb01
Clean setup.py, using modern 3.4 features.
Emmanuel Gil Peyrot
2014-08-19 12:59:09 +02:00
5a8881000c
Remove support for gevent, incompatible with python3.
Emmanuel Gil Peyrot
2014-08-19 11:58:33 +02:00
70839368c1
Fix indentation in xep_0016.
Emmanuel Gil Peyrot
2014-08-19 11:56:53 +02:00
9d8a2a1a7a
Remove all trailing semicolons.
Emmanuel Gil Peyrot
2014-08-17 21:57:53 +02:00
17174016ec
Remove all trailing whitespaces.
Emmanuel Gil Peyrot
2014-08-17 21:53:34 +02:00
ed37174a2b
Always use OrderedDict from collections, and remove its implementation in slixmpp.thirdparty.
Emmanuel Gil Peyrot
2014-08-17 21:49:03 +02:00
8660148960
Move examples from the deprecated optparse to argparse, and remove the redundant -v option.
Emmanuel Gil Peyrot
2014-08-16 22:37:29 +02:00
67ca2dd0f4
Import getpass from getpass, instead of using getpass.getpass everytime.
Emmanuel Gil Peyrot
2014-08-16 22:37:29 +02:00
882f984b26
Remove (usually) useless comments in examples about OpenFire and how to verify a certificate.
Emmanuel Gil Peyrot
2014-08-16 22:37:29 +02:00
6175cbcd99
Reintroduce XMLStream.process, making it run the asyncio event loop.
Emmanuel Gil Peyrot
2014-08-16 22:37:29 +02:00
476d76a533
Remove threaded from examples’ add_event_handler.
Emmanuel Gil Peyrot
2014-08-16 22:37:29 +02:00
df68bb4896
Remove raw_input usage and other python2 support in examples
Emmanuel Gil Peyrot
2014-08-16 22:37:29 +02:00
815e647c97
Set the shebang to python3 everywhere.
Emmanuel Gil Peyrot
2014-08-16 22:37:29 +02:00
ad70ffba59
Add pygments support to debug output.
Emmanuel Gil Peyrot
2014-08-16 22:37:29 +02:00
0e95015410
Remove sys.version_info checks for python2 and clean some imports.
Emmanuel Gil Peyrot
2014-08-16 22:37:25 +02:00
158411e918
Include stanza dirs
Lance Stout
2014-02-09 14:35:32 -08:00
3f873002c4
Bump minor version
Lance Stout
2014-02-09 14:33:36 -08:00
818f4e5973
Fix setup.py to include xep_0323 and xep_0325
Lance Stout
2014-02-09 14:33:02 -08:00
c8d6e512d2
fixed setRole function, the check where made against 'affiliation' values, now we do that against actual role values
Allan Simon
2014-02-07 12:11:28 +08:00