Age | Commit message (Expand) | Author |
2015-02-24 | XEP-0049: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0115: fix a handler which expected an iq to block | mathieui |
2015-02-24 | XEP-0153: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0054: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0084: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0163: wrap publish() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0060: wrap all iq-sending functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0030: allow get_info and get_items to return a coroutine | mathieui |
2015-02-24 | Fix dns resolution without aiodns | mathieui |
2015-02-24 | Remove the filesocket shim (2.6 compatibility) | mathieui |
2015-02-23 | Add back stanza-specific exception handlers | mathieui |
2015-02-23 | Import xmlstream.asyncio and coroutine_wrapper at the top level | mathieui |
2015-02-23 | Add a coroutine_wrapper decorator | mathieui |
2015-02-23 | Add a coroutine parameter to iq.send() to return a coroutine | mathieui |
2015-02-22 | Use CallbackCoroutine with Iq callbacks too | mathieui |
2015-02-22 | Allow event handlers to be coroutine functions | mathieui |
2015-02-21 | Add a “blocking” send_coroutine method to the Iq class | mathieui |
2015-02-17 | Check that ciphers have been initialized | mathieui |
2015-02-12 | Update the test suite. | mathieui |
2015-02-12 | Remove more threaded= and block= options from the plugins | mathieui |
2015-02-12 | Do the plugins post_init() upload loading | mathieui |
2015-02-12 | Fix the uses of stanza.reply() | mathieui |
2015-02-12 | Fix the componentxmpp interface | mathieui |
2015-02-05 | Added help for running example.. | Sangeeth Saravanaraj |
2015-02-05 | Updated Example.. | Sangeeth Saravanaraj |
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 |