This website requires JavaScript.
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
35f33f1614
Extend AtomEntry capabilities
Matthieu Rakotojaona
2014-08-30 17:23:27 +02:00
c9f8ddff65
Merge pull request #315 from louiz/develop
Lance Stout
2014-08-24 16:19:15 -07:00
f5ae98aaf1
Fix saslprep on the username
Florent Le Coz
2014-08-25 01:08:13 +02:00
b92dac72f3
Fix saslprep for non-ascii usernames
Florent Le Coz
2014-08-25 00:57:28 +02:00
073e85381a
fix args, kwargs which were broken with #310 . this is essentially the same but working
Robin Gloster
2014-08-23 14:25:35 +02:00
afc939708f
cleanup semicolons, whitespace and mutable default arguments
Robin Gloster
2014-08-18 00:52:24 +02:00
aabec8b993
Fix some more Unicode in **kwargs issues in Py2.6
Lance Stout
2014-08-21 10:05:42 -07:00
e5e2fbb16b
Merge pull request #311 from Mayflower/develop
Lance Stout
2014-08-18 13:34:15 -07:00
3dd379cdf1
Revert "cleanup semicolons, whitespace and mutable default arguments"
Robin Gloster
2014-08-18 15:15:14 +02:00
a20582aba4
Merge pull request #309 from Mayflower/whitespace_keepalive
Lance Stout
2014-08-17 17:21:25 -07:00
09cdbf1b76
Merge pull request #308 from Mayflower/develop
Lance Stout
2014-08-17 17:20:45 -07:00
ca306e7cec
Merge pull request #310 from Mayflower/cleanup
Lance Stout
2014-08-17 17:20:26 -07:00
1bf34f7fe6
fix mutable default arguments 💥
Robin Gloster
2014-08-18 00:18:10 +02:00
4144d60017
cleanup semicolons, whitespace and mutable default arguments
Robin Gloster
2014-08-18 00:52:24 +02:00
7265682a4d
cleanup semicolons, whitespace and mutable default arguments
Robin Gloster
2014-08-18 00:52:24 +02:00
08c62a6bf1
fix mutable default arguments 💥
Robin Gloster
2014-08-18 00:18:10 +02:00
d61f1cd035
only schedule whitespace keepalive if enabled
Robin Gloster
2014-08-17 23:37:19 +02:00
1063feb33b
only schedule whitespace keepalive if enabled
Robin Gloster
2014-08-17 23:37:19 +02:00
79f3c1ac8f
serialize JID to allow json serializing
Robin Gloster
2014-08-17 23:12:46 +02:00
cdb9a6ff7e
Remove deprecated xmlstream/jid.py
Florent Le Coz
2014-08-01 20:13:03 +02:00
a59148dfeb
Remove google modules from setup.py file
Vincent Canfield
2014-08-15 20:27:31 -07:00
a5c03b763a
Merge pull request #305 from trinque/develop
Lance Stout
2014-08-11 14:08:56 -07:00
3670d82f1c
Added wait param to XEP_0009 RemoteSession.close
Michael Trinque
2014-08-10 16:02:10 -07:00
07e46837d9
Fix some more blocking iq
Florent Le Coz
2014-08-01 15:02:54 +02:00
fa21e262c7
Add the 'connecting' event
Florent Le Coz
2014-08-01 04:01:31 +02:00
93934c7992
Improve the events triggered on failed authentication
Florent Le Coz
2014-08-01 03:16:22 +02:00
73edd42774
Fix the connection (and a few minor things) in xmlstream
Florent Le Coz
2014-07-30 17:57:57 +02:00
ab03ad54aa
Fix the iq.send() function, and a bunch of places where it is called
Florent Le Coz
2014-07-30 17:52:59 +02:00
2e571ac950
Remove all the google stuf
Florent Le Coz
2014-07-24 01:57:20 +02:00
6c15d65107
And that
Florent Le Coz
2014-07-23 17:40:08 +02:00
e5af0597a6
Forgot to remove that
Florent Le Coz
2014-07-23 17:17:41 +02:00
74117453b5
Cleanup how events are run, they are always direct by definition now
Florent Le Coz
2014-07-23 17:01:17 +02:00
5611b30022
Use ".remove()" instead of "is in" followed by ".pop()"
Emmanuel Gil Peyrot
2014-07-22 11:16:06 +02:00
ede9dcd18f
An other cleanup of xmlstream.py
Florent Le Coz
2014-07-22 02:58:34 +02:00
d3b56a5d94
Remove unused RestartStream exception
Florent Le Coz
2014-07-22 02:18:48 +02:00
f5d4334963
Remove the now useless state machine
Florent Le Coz
2014-07-21 20:40:45 +02:00
5c769632e8
Make connect(), abort() and reconnect() work
Florent Le Coz
2014-07-21 20:31:37 +02:00
373505f483
Clean a new bunch of stuf
Florent Le Coz
2014-07-21 20:27:53 +02:00
a2cad40f91
Remove the send_thread() function, and the stop threading.event
Florent Le Coz
2014-07-21 17:50:56 +02:00
4328762076
Fix signature of init_plugins() function
Florent Le Coz
2014-07-21 17:50:29 +02:00
c2f6f07776
Make xmlstream use an asyncio loop
Florent Le Coz
2014-07-20 20:46:03 +02:00
5ab77c7452
Rename to slixmpp
Florent Le Coz
2014-07-17 14:19:04 +02:00
e94a73553d
New version of the socks library socksipy from https://code.googlle.com/p/socksipy-branch/
Keith Gray
2014-06-15 19:01:19 -05:00
577fd71472
Fixed a unicode error in xep_0065 on Python 3
Keith Gray
2014-06-15 18:40:58 -05:00
e5582694c0
Bump to 1.3.1
Lance Stout
2014-06-09 08:30:31 -07:00
768136e493
Fix things again, this time for python3
Lance Stout
2014-06-09 08:28:57 -07:00
753cb3580e
Bump to 1.3.0
sleek-1.3.0
1.3.0
Lance Stout
2014-06-08 20:01:07 -07:00
60b050b82a
Make ssl args work in Python <=2.6.4
Lance Stout
2014-06-08 19:59:40 -07:00
ad91a8cd5e
Bring back use of dnspython for A/AAAA resolution.
Lance Stout
2014-06-08 19:51:57 -07:00
02f79fc94b
Only request auto-receipts for messages with bodies
Lance Stout
2014-06-07 20:20:42 -07:00
230a73fad2
Fix own_host in ping plugin
Lance Stout
2014-06-07 20:06:17 -07:00
d94dd486fe
Merge pull request #294 from mofrank/develop
Lance Stout
2014-05-16 08:43:39 -07:00
6ecc39b816
Merge pull request #292 from 4gra/develop
Lance Stout
2014-05-16 08:43:26 -07:00
9c240df9db
Fixes log.debug message in _connect_proxy
mofrank
2014-05-16 08:49:01 -05:00
a918bf3a95
Support jabberd2 SASL with really empty response
Graham
2014-05-14 22:32:51 +01:00
9434ae267f
support 'success' phase correctly
Graham
2014-05-14 22:25:09 +01:00
94187d215a
don't use the kerberos.GSSError.message attribute
Graham
2014-05-14 17:47:34 +01:00
ef2f5d2978
Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop
sleek-1.2.5
1.2.5
Lance Stout
2014-04-20 18:10:22 -07:00
62671e0f56
Fix using SCRAM with ejabberd
Lance Stout
2014-04-20 18:09:20 -07:00
93869f77a0
Merge pull request #285 from lovesnow/develop
Lance Stout
2014-04-20 18:06:04 -07:00
8282d135cc
Bump version
Lance Stout
2014-04-20 18:05:27 -07:00
9acc78c81d
Merge pull request #288 from tpltnt/develop
Lance Stout
2014-04-20 17:56:56 -07:00
3642469630
doc typo fixed
tpltnt
2014-04-19 19:12:09 +02:00
34cd20339c
Fix Don't process vCard avatars for MUC occupants caused TypeError
lovesnow
2014-02-21 10:31:04 +08:00
7548f44047
Bump version
Lance Stout
2014-02-14 13:53:25 -08:00
7cf55ef695
Allow IQ processing based on only id value before the session is bound.
Lance Stout
2014-02-14 13:50:21 -08:00
543250da13
Bump version
Lance Stout
2014-02-09 14:39:50 -08:00
69e55d7316
Merge pull request #280 from allan-simon/develop
Lance Stout
2014-02-09 14:39:08 -08: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
a2423b8499
Get the IoT plugins to pass tests on Py3
sleek-1.2.0
1.2.0
Lance Stout
2014-02-06 09:54:45 -08:00
49acdac776
Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop
Lance Stout
2014-02-06 09:20:24 -08:00
7e1587faa2
Merge pull request #277 from allan-simon/develop
Lance Stout
2014-02-06 09:19:24 -08:00
84a6ed8e80
Merge pull request #272 from tfriem/develop
Lance Stout
2014-02-06 09:18:54 -08:00