Lance Stout
4ae6d44efc
Allow setting custom cipher suites in Py2.7+
2014-01-13 10:14:10 -08:00
Tobias Friemel
01e1878900
Fix X-FACEBOOK-PLATFORM authentication in Python3.
2013-12-23 16:19:49 +01:00
Lance Stout
df9ad82336
Undo event name fix, due to breakage in Py2.x
2013-12-22 01:10:19 -08:00
Lance Stout
c183fd5e35
Merge pull request #271 from louiz/develop
...
Use strings for ElementTree.iterparse events names
2013-12-19 11:23:45 -08:00
Florent Le Coz
820d07f309
Use strings for ElementTree.iterparse events names
...
Because if cElementTree is not available on the system,
ElementTree is used instead, and that version doesn't accept
bytes, resulting in an exception. See
http://bugs.python.org/issue9257#msg152864
2013-12-19 11:47:31 +01:00
Guilhem Lettron
f4e3c04bbf
Don't use dnspython for A and AAAA (but keep it for SRV).
...
dnspython don't perform a full resolv.
For example it don't manage /etc/hosts on linux.
2013-12-09 15:44:35 +01:00
Lance Stout
540d6e9dbb
Merge pull request #267 from juanrmn/develop
...
Added a MUC method 'setRole'. Change role property of a nick in a room, ...
2013-11-26 21:18:34 -08:00
juanrmn
79a3a2befd
Added a MUC method 'setRole'. Change role property of a nick in a room, useful for moderator bots.
2013-11-06 11:20:50 +01:00
Lance Stout
08a0fd5420
Merge pull request #265 from anton-ryzhov/delay_plugins
...
Check delay field existence
2013-10-23 11:09:05 -07:00
Anton Ryzhov
92d6bc6875
Check delay field existence
...
Import missing class
2013-10-23 13:33:52 +04:00
Lance Stout
fb5d20c4f8
Ensure PEP updates default to item if of 'current'
2013-10-09 11:28:09 -07:00
Lance Stout
65e3122f52
Update XEP-0319 plugin to track namespace change.
2013-09-27 00:37:02 -07:00
Lance Stout
be874e3c70
Fix deepcopying JIDs
2013-09-24 16:32:30 -07:00
Lance Stout
beae845281
Fix MAM start query
2013-09-24 16:07:50 -07:00
Lance Stout
6f64dac262
Add log message noting that SCRAM-SHA-1-PLUS requires Py3.3+
2013-09-21 19:10:12 -07:00
Lance Stout
cd2d25cf87
Chmod +x examples, and add shebang lines
2013-09-20 11:50:51 -07:00
Lance Stout
b8b2f37e7b
Make the ssl version log usable
2013-09-17 16:37:52 -07:00
Lance Stout
00152358de
Normalize handling html body content
...
Closes issue #261
2013-09-13 10:01:33 -07:00
Lance Stout
a2784be4d6
Add MAM archived tags
2013-09-12 10:52:15 -07:00
Lance Stout
ad7a57103d
ElementTree._escape_cdata isn't reliable across Python versions.
...
It also does not work as desired.
Revert "Merge pull request #254 from barreverte/develop"
This reverts commit 23750357e2
, reversing
changes made to 07284f380f
.
2013-09-12 10:39:10 -07:00
Lance Stout
19b24b276d
Update MAM to use latest carbons.
2013-09-12 10:32:19 -07:00
Lance Stout
23750357e2
Merge pull request #254 from barreverte/develop
...
tostring.escape : optimization
2013-09-12 10:21:56 -07:00
Lance Stout
07284f380f
Merge pull request #207 from spartanbits/pull_request_gevent_check
...
Pull request gevent check
2013-09-12 10:15:53 -07:00
Lance Stout
e60401278f
Merge pull request #255 from anton-ryzhov/logging
...
Add null handler to logging engine
2013-09-05 16:27:43 -07:00
Lance Stout
24c474a9ec
Merge branch 'xep_0323_325' of git://github.com/joachimlindborg/SleekXMPP into joachimlindborg-xep_0323_325
...
Conflicts:
sleekxmpp/plugins/__init__.py
2013-09-05 16:26:18 -07:00
Joachim Lindborg
8fd3781ef5
added disco imformation, fixed some bugs in device
2013-09-04 14:57:27 +02:00
Joachim Lindborg
c85f2494a8
first functional IoT_Test
2013-09-03 22:51:11 +02:00
Lance Stout
6c2fa7a382
Fix pubsub owner subscriptions stanza
2013-08-30 08:51:46 -07:00
Joachim Lindborg
45689fd879
First implementation of the xep_0323 and xep_325 used in IoT systems. Tests are added for stanza and streams
2013-08-30 02:29:52 +02:00
Lance Stout
45a2cfb01b
Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop
2013-08-22 14:57:39 -07:00
Lance Stout
c4bb6c900c
Don't reset _expected_server_name when connecting.
2013-08-22 14:54:53 -07:00
Lance Stout
f7c042fc77
Merge pull request #257 from di/patch-1
...
Typo in _validate_domain error message
2013-08-16 14:52:49 -07:00
Dustin Ingram
b20dc9fe2b
Typo in _validate_domain error message
...
s/illegar/illegal/g
2013-08-16 17:47:26 -04:00
Anton Ryzhov
a030e05993
Add null handler to logging engine
2013-08-10 21:34:18 +04:00
Lance Stout
648b03f811
Make send_message(mhtml='..') work as expected without loading plugin
...
71.
2013-08-07 08:48:15 -07:00
Lance Stout
e57e321d33
Try re-ordering initial imports to avoid import bugs
2013-08-06 15:54:02 -07:00
Jean-Philippe Caruana
b6e53c7b1b
escape: use xml.etree.ElementTree._escape_attrib to avoid duplication
2013-07-31 11:02:10 +02:00
Jean-Philippe Caruana
1c3bfd949b
escape: imports at the top
2013-07-31 11:02:06 +02:00
Lance Stout
6401c9aaaa
Add back ET and ElementBase references
2013-07-30 11:46:04 -07:00
Jean-Philippe Caruana
c02adbb8e1
tostring.escape : optimization
...
use of xml.etree.ElementTree._escape_attrib and xml.etree.ElementTree._escape_cdata
2013-07-30 18:51:23 +02:00
Jean-Philippe Caruana
88e64dbfae
Merge remote-tracking branch 'upstream/develop' into develop
2013-07-30 18:02:03 +02:00
Lance Stout
afd48b9e08
Merge pull request #253 from kxepal/patch-1
...
Don't resolve AAAA records if there is no dnspython nor IPv6 support
2013-07-29 09:54:40 -07:00
Jean-Philippe Caruana
db0ab9a0b3
.gitignore: idea
2013-07-29 12:22:10 +02:00
Alexander Shorin
556e4bd74d
Don't resolve AAAA records if there is no dnspython nor IPv6 support
...
If system doesn't has IPv6 support or dnspython package, socket.getaddrinfo
with AF_INET6 flag return weird IP info for requested host, making SleekXMPP
crush with more weird error.
2013-07-29 14:21:46 +04:00
Lance Stout
d439c4f215
Merge pull request #252 from jpcaruana/develop
...
refactor : optimize imports + replace mutable argument (a list) in StateMachine constructor
2013-07-29 02:24:33 -07:00
Jean-Philippe Caruana
a9f2e1482c
fix: replace mutable argument (a list) in StateMachine constructor
2013-07-26 17:48:33 +02:00
Jean-Philippe Caruana
2c26fb0d76
optimize imports
2013-07-26 17:48:33 +02:00
Jean-Philippe Caruana
18dde97c8c
refactor: no import * in tests
2013-07-26 13:02:26 +02:00
Lance Stout
85bc6f5301
Merge pull request #251 from jpcaruana/jid_performance
2013-07-25 11:23:27 -07:00
Jean-Philippe Caruana
8f364b9a95
performance in jid : replace __getattr__ et __setattr__ by @property and @xxx.setter
...
this implementatian is much more verbose but faster, especilally if you are dealing a lot with JIDs
on my box, ./testall.py now takes 45s. It takes 53s in the old implementation (about 15% faster)
2013-07-25 16:36:18 +02:00