Commit Graph

  • 654420e351 Add Py3.3 to list of supported versions Lance Stout 2014-02-06 09:14:22 -08:00
  • 651915f31c Add test for wrong sender in IQ Lance Stout 2014-02-06 09:13:28 -08:00
  • d9db1b84fe Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop Lance Stout 2014-02-03 19:19:15 -06:00
  • bd03f071c6 Fix verifying 'from' for IQ results. Lance Stout 2014-02-03 19:15:08 -06:00
  • eb6ac68d5c close #276, now we trigger 'groupchat_message_error' and muc::ROOM::message_error when we receive a message type=error from the server Allan Simon 2014-01-31 18:54:59 +08:00
  • 848e6ebd83 Merge pull request #275 from waechtjn/develop Lance Stout 2014-01-26 16:53:50 -08:00
  • f76524fc9f Fixed XEP-0065 SOCKS5 socket closing waechtjn 2014-01-26 16:53:53 +01:00
  • b95532b68b Update xep_0065/proxy.py waechtjn 2014-01-26 16:48:31 +01:00
  • d002d4c06f Merge pull request #274 from anton-ryzhov/fixes Lance Stout 2014-01-21 12:05:02 -08:00
  • 7c03cc622c Thread counting fix Anton Ryzhov 2014-01-21 19:28:17 +04:00
  • cebfd84416 Examples fixes Anton Ryzhov 2014-01-21 16:19:27 +04:00
  • 12995e280e Merge pull request #270 from optiflows/fix_hosts Lance Stout 2014-01-15 09:51:43 -08:00
  • 4ae6d44efc Allow setting custom cipher suites in Py2.7+ Lance Stout 2014-01-13 10:14:10 -08:00
  • 01e1878900 Fix X-FACEBOOK-PLATFORM authentication in Python3. Tobias Friemel 2013-12-23 16:19:49 +01:00
  • df9ad82336 Undo event name fix, due to breakage in Py2.x Lance Stout 2013-12-22 01:10:19 -08:00
  • c183fd5e35 Merge pull request #271 from louiz/develop Lance Stout 2013-12-19 11:23:45 -08:00
  • 820d07f309 Use strings for ElementTree.iterparse events names Florent Le Coz 2013-12-19 11:47:31 +01:00
  • 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. Guilhem Lettron 2013-12-09 15:44:35 +01:00
  • 540d6e9dbb Merge pull request #267 from juanrmn/develop Lance Stout 2013-11-26 21:18:34 -08:00
  • 79a3a2befd Added a MUC method 'setRole'. Change role property of a nick in a room, useful for moderator bots. juanrmn 2013-11-06 11:20:50 +01:00
  • 08a0fd5420 Merge pull request #265 from anton-ryzhov/delay_plugins Lance Stout 2013-10-23 11:09:05 -07:00
  • 92d6bc6875 Check delay field existence Import missing class Anton Ryzhov 2013-10-23 13:33:52 +04:00
  • fb5d20c4f8 Ensure PEP updates default to item if of 'current' Lance Stout 2013-10-09 11:28:09 -07:00
  • 65e3122f52 Update XEP-0319 plugin to track namespace change. Lance Stout 2013-09-27 00:37:02 -07:00
  • be874e3c70 Fix deepcopying JIDs Lance Stout 2013-09-24 16:32:30 -07:00
  • beae845281 Fix MAM start query Lance Stout 2013-09-24 16:07:50 -07:00
  • 6f64dac262 Add log message noting that SCRAM-SHA-1-PLUS requires Py3.3+ Lance Stout 2013-09-21 19:10:12 -07:00
  • cd2d25cf87 Chmod +x examples, and add shebang lines Lance Stout 2013-09-20 11:50:51 -07:00
  • b8b2f37e7b Make the ssl version log usable Lance Stout 2013-09-17 16:37:52 -07:00
  • 00152358de Normalize handling html body content Lance Stout 2013-09-13 10:01:33 -07:00
  • a2784be4d6 Add MAM archived tags Lance Stout 2013-09-12 10:52:15 -07:00
  • ad7a57103d ElementTree._escape_cdata isn't reliable across Python versions. Lance Stout 2013-09-12 10:39:10 -07:00
  • 19b24b276d Update MAM to use latest carbons. Lance Stout 2013-09-12 10:32:19 -07:00
  • 23750357e2 Merge pull request #254 from barreverte/develop Lance Stout 2013-09-12 10:21:56 -07:00
  • 07284f380f Merge pull request #207 from spartanbits/pull_request_gevent_check Lance Stout 2013-09-12 10:15:53 -07:00
  • e60401278f Merge pull request #255 from anton-ryzhov/logging Lance Stout 2013-09-05 16:27:43 -07:00
  • 24c474a9ec Merge branch 'xep_0323_325' of git://github.com/joachimlindborg/SleekXMPP into joachimlindborg-xep_0323_325 Lance Stout 2013-09-05 16:26:18 -07:00
  • 8fd3781ef5 added disco imformation, fixed some bugs in device Joachim Lindborg 2013-09-04 14:57:27 +02:00
  • c85f2494a8 first functional IoT_Test Joachim Lindborg 2013-09-03 22:51:11 +02:00
  • 6c2fa7a382 Fix pubsub owner subscriptions stanza Lance Stout 2013-08-30 08:51:46 -07:00
  • 45689fd879 First implementation of the xep_0323 and xep_325 used in IoT systems. Tests are added for stanza and streams Joachim Lindborg 2013-08-30 02:29:52 +02:00
  • 45a2cfb01b Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop Lance Stout 2013-08-22 14:57:39 -07:00
  • c4bb6c900c Don't reset _expected_server_name when connecting. Lance Stout 2013-08-22 14:54:53 -07:00
  • f7c042fc77 Merge pull request #257 from di/patch-1 Lance Stout 2013-08-16 14:52:49 -07:00
  • b20dc9fe2b Typo in _validate_domain error message Dustin Ingram 2013-08-16 17:47:26 -04:00
  • a030e05993 Add null handler to logging engine Anton Ryzhov 2013-08-10 21:34:18 +04:00
  • 648b03f811 Make send_message(mhtml='..') work as expected without loading plugin 71. Lance Stout 2013-08-07 08:48:15 -07:00
  • e57e321d33 Try re-ordering initial imports to avoid import bugs Lance Stout 2013-08-06 15:54:02 -07:00
  • b6e53c7b1b escape: use xml.etree.ElementTree._escape_attrib to avoid duplication Jean-Philippe Caruana 2013-07-31 11:01:34 +02:00
  • 1c3bfd949b escape: imports at the top Jean-Philippe Caruana 2013-07-31 10:50:39 +02:00
  • 6401c9aaaa Add back ET and ElementBase references Lance Stout 2013-07-30 11:46:04 -07:00
  • c02adbb8e1 tostring.escape : optimization Jean-Philippe Caruana 2013-07-30 18:51:23 +02:00
  • 88e64dbfae Merge remote-tracking branch 'upstream/develop' into develop Jean-Philippe Caruana 2013-07-30 18:02:03 +02:00
  • afd48b9e08 Merge pull request #253 from kxepal/patch-1 Lance Stout 2013-07-29 09:54:40 -07:00
  • db0ab9a0b3 .gitignore: idea Jean-Philippe Caruana 2013-07-29 12:22:10 +02:00
  • 556e4bd74d Don't resolve AAAA records if there is no dnspython nor IPv6 support Alexander Shorin 2013-07-29 14:21:46 +04:00
  • d439c4f215 Merge pull request #252 from jpcaruana/develop Lance Stout 2013-07-29 02:24:33 -07:00
  • a9f2e1482c fix: replace mutable argument (a list) in StateMachine constructor Jean-Philippe Caruana 2013-07-26 13:05:25 +02:00
  • 2c26fb0d76 optimize imports Jean-Philippe Caruana 2013-07-26 13:04:08 +02:00
  • 18dde97c8c refactor: no import * in tests Jean-Philippe Caruana 2013-07-26 13:02:26 +02:00
  • 85bc6f5301 Merge pull request #251 from jpcaruana/jid_performance Lance Stout 2013-07-25 11:23:27 -07:00
  • 8f364b9a95 performance in jid : replace __getattr__ et __setattr__ by @property and @xxx.setter Jean-Philippe Caruana 2013-07-25 16:28:34 +02:00
  • ee6c5632ac Merge pull request #248 from jakebasile/develop Lance Stout 2013-07-18 12:59:16 -07:00
  • cc81a0e8da DRYed up the OSError/socket.gaierror handler. Jake Basile 2013-07-18 13:07:25 -05:00
  • 262652992d Caught OSError when querying AAAA records. Jake Basile 2013-07-18 08:25:28 -05:00
  • eb63825dfd Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop Lance Stout 2013-07-05 14:05:39 -07:00
  • c49017c6f1 Update 319 plugin to update XEP-0012/256 last activity too. Lance Stout 2013-07-05 14:04:48 -07:00
  • 7d08bd3142 Merge pull request #247 from anton-ryzhov/block_queues Lance Stout 2013-07-01 00:12:25 -07:00
  • f12c241dca Blocking queue get Anton Ryzhov 2013-07-01 00:38:56 +04:00
  • cedc9dd175 Adjust get_roster to always return, even with invalid JIDs Lance Stout 2013-06-29 22:33:00 -07:00
  • 669e708b70 Fix import error Lance Stout 2013-06-23 18:24:35 -07:00
  • e76a483931 Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop Lance Stout 2013-06-22 14:35:20 -07:00
  • c0437d2de8 Add roster migration example Lance Stout 2013-06-22 14:35:00 -07:00
  • 37a8043202 Merge pull request #244 from anton-ryzhov/speedup Lance Stout 2013-06-20 09:21:38 -07:00
  • f4c69d4045 Merge pull request #243 from anton-ryzhov/skip_eintr Lance Stout 2013-06-20 09:19:53 -07:00
  • a3606d9e4d Fixed scheduler wait loop Do fastloop wait until task run time Anton Ryzhov 2013-06-20 14:03:49 +04:00
  • 805f1c0e39 Use timeout constants instead of magic numbers in scheduler and event loop Set default wait timeout as max() of previous values Anton Ryzhov 2013-06-20 13:07:57 +04:00
  • 7430a8ca40 Some optimizations in scheduler Anton Ryzhov 2013-06-20 12:41:46 +04:00
  • 1776e2edcc Skip EINTR errors on raw sockets Anton Ryzhov 2013-06-20 15:30:51 +04:00
  • baf9aaf26c Add test for nodeprep idempotency after explicitly using Unicode 3.2 Lance Stout 2013-06-19 08:21:54 -07:00
  • 4864b07e13 Explicitly use Unicode 3.2 for StringPrep profiles. Lance Stout 2013-06-19 00:28:11 -07:00
  • 13c919773e Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop Lance Stout 2013-06-07 19:00:42 -04:00
  • ed3a4fb8d4 Add support for XEP-0319, idle presence Lance Stout 2013-06-07 19:00:22 -04:00
  • df3e826d0a Merge pull request #242 from Florob/xep-0084-id Lance Stout 2013-06-07 10:09:30 -07:00
  • a9e7d489b8 Properly set itemID for XEP-0084 metadata Florian Zeitz 2013-06-07 13:20:36 +02:00
  • da6b549f8b Merge pull request #239 from SecurityForUs/add_95_96_to_setup Lance Stout 2013-05-27 13:40:57 -07:00
  • 76e07a9089 Add xep_0095 and xep_0096 to setup so they are installed into the egg Eric Hansen 2013-05-27 06:14:21 -04:00
  • 4a590d1497 Simplify stream method unregistration process Lance Stout 2013-05-26 14:53:28 -07:00
  • 82e1508d6f Make stream initiation methods unregisterable. Lance Stout 2013-05-26 14:50:01 -07:00
  • 400f08db9d Fix crash conditions in IBB Lance Stout 2013-05-22 14:27:14 -07:00
  • e48b650caa Fix encrypting with GPG Lance Stout 2013-05-22 11:59:17 -07:00
  • d9f595283a Merge pull request #234 from SecurityForUs/str_no_stripped Lance Stout 2013-05-22 10:19:52 -07:00
  • 85fd14f47f .stripped() would result in error Eric Hansen 2013-05-22 09:16:49 -04:00
  • b7adaafb3e First test stanza Joachim Lindborg 2013-05-17 12:18:00 +02:00
  • d0bba87cdd Only remap component namespaces for top level stream elements. Lance Stout 2013-05-14 14:28:16 -07:00
  • 2cc75d4bbd Update copyright years, and license for Suelta Lance Stout 2013-05-13 14:09:28 -07:00
  • 24bd591faa Update copyright for sasl modules. Lance Stout 2013-05-13 13:33:04 -07:00
  • 2e9ccd0623 Merge branch 'si_file_transfer' into develop Lance Stout 2013-05-11 12:48:47 -07:00
  • 7b49c82210 Add support for XEP-0152: Reachability Addresses Lance Stout 2013-05-11 12:22:56 -07:00
  • d3284f1604 Merge pull request #232 from kstaniek/develop Lance Stout 2013-05-09 12:19:35 -07:00