Age | Commit message (Expand) | Author |
2015-02-05 | misc updates.. | Sangeeth Saravanaraj |
2015-02-04 | XMLStream must provide the BaseProtocol interface | Florent Le Coz |
2015-02-04 | Don’t set the msg['from'] and msg['id'] in receipt.ack() | mathieui |
2015-02-03 | Raise http_request and http_response events. | Sangeeth Saravanaraj |
2015-01-29 | Composing request and response. | Sangeeth Saravanaraj |
2015-01-28 | Added callbacks, registered stanzas, added features, etc. | Sangeeth Saravanaraj |
2015-01-27 | Boilerplate for Stanzas - request and response | Sangeeth Saravanaraj |
2015-01-23 | Added xep_0332 to setup | Sangeeth Saravanaraj |
2015-01-22 | Boilerplate for xep_0332 | Sangeeth Saravanaraj |
2015-01-22 | added xep_0332 to plugins | Sangeeth Saravanaraj |
2015-01-22 | renamed example for convenience. | Sangeeth Saravanaraj |
2015-01-22 | Boilerplate example. | Sangeeth Saravanaraj |
2015-01-22 | Fixed a typo in docs/guide_xep_0030.rst | Sangeeth Saravanaraj |
2015-01-22 | Added PyCharm's .idea folder to .gitignore | Sangeeth Saravanaraj |
2015-01-15 | Expose MUC support in disco#info | mathieui |
2015-01-05 | Fix the call of iscoroutinefunction() | Florent Le Coz |
2015-01-03 | Do not copy the stanza before calling each handlerexp_idle_call | Florent Le Coz |
2015-01-03 | Use a deque for the idle list | Florent Le Coz |
2015-01-03 | Delay the handling of stanza for when the process is not busy | Florent Le Coz |
2014-12-17 | Make the ca_certs option useful again (CA-based cert validation) | mathieui |
2014-12-11 | Bring back authentication through SASL EXTERNAL | mathieui |
2014-12-11 | Fix the element name for retrieving certs in XEP-0257 | mathieui |
2014-12-11 | Fix xep-0257 for slixmpp, and fix an element name | mathieui |
2014-11-27 | In queues added option to remove first element on addind new if queue is | Oleg Antonyan |
2014-11-23 | On initial connect use delay if connection failed | Oleg Antonyan |
2014-11-14 | Lower the timeout for each DNS resolution attempt | Florent Le Coz |
2014-11-12 | Let loop.create_connection do its getaddrinfo coroutine if there are no dns r... | mathieui |
2014-11-10 | Merge pull request #326 from s-m-b/patch-1 | Lance Stout |
2014-11-09 | Typo fix of parameter name 'data' it is now 'iq' | s-m-b |
2014-11-05 | Also work without SRV records | Florent Le Coz |
2014-11-03 | Depend on aiodns and not dnspython in the setup.py | mathieui |
2014-11-02 | Fix default value of dns_answers to None (instead of []) | Florent Le Coz |
2014-11-02 | Use aiodns instead of dnspython to query DNS records | mathieui |
2014-10-30 | Add the ssl_cert and ssl_invalid_chain back | mathieui |
2014-10-30 | Make the "ciphers" option work again | mathieui |
2014-10-30 | Remove the ssl_version option, as the defaults in python3.4 are sane | mathieui |
2014-10-11 | Something something get_stanza_values | Florent Le Coz |
2014-09-28 | Remove all deprecated alias in the core of slixmpp, and wherever they were used. | Emmanuel Gil Peyrot |
2014-09-28 | Remove the now useless Queue wrapper in slixmpp.util. | Emmanuel Gil Peyrot |
2014-09-28 | Don’t check for logging.NullHandler, it got added in Python 3.1. | Emmanuel Gil Peyrot |
2014-09-28 | Don’t set the wait time to True instead of leaving its float default, in ex... | Emmanuel Gil Peyrot |
2014-09-09 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2014-09-09 | Preserve ID for error responses | Lance Stout |
2014-09-01 | Improve run_tests.py, allowing it to run only specific tests. | Emmanuel Gil Peyrot |
2014-09-01 | Remove useless ez_setup.py file, we use setuptools in the normal setup.py ins... | Emmanuel Gil Peyrot |
2014-09-01 | Clean setup.py, using modern 3.4 features. | Emmanuel Gil Peyrot |
2014-09-01 | Remove support for gevent, incompatible with python3. | Emmanuel Gil Peyrot |
2014-09-01 | Fix indentation in xep_0016. | Emmanuel Gil Peyrot |
2014-09-01 | Remove all trailing semicolons. | Emmanuel Gil Peyrot |
2014-09-01 | Remove all trailing whitespaces. | Emmanuel Gil Peyrot |