summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-24XEP-0115: fix a handler which expected an iq to blockmathieui
2015-02-24XEP-0153: wrap functions with coroutine_wrappermathieui
2015-02-24XEP-0054: wrap functions with coroutine_wrappermathieui
2015-02-24XEP-0084: wrap functions with coroutine_wrappermathieui
2015-02-24XEP-0163: wrap publish() with coroutine_wrappermathieui
2015-02-24XEP-0060: wrap all iq-sending functions with coroutine_wrappermathieui
2015-02-24XEP-0030: allow get_info and get_items to return a coroutinemathieui
2015-02-24Fix dns resolution without aiodnsmathieui
2015-02-24Remove the filesocket shim (2.6 compatibility)mathieui
2015-02-23Add back stanza-specific exception handlersmathieui
2015-02-23Import xmlstream.asyncio and coroutine_wrapper at the top levelmathieui
2015-02-23Add a coroutine_wrapper decoratormathieui
2015-02-23Add a coroutine parameter to iq.send() to return a coroutinemathieui
2015-02-22Use CallbackCoroutine with Iq callbacks toomathieui
2015-02-22Allow event handlers to be coroutine functionsmathieui
2015-02-21Add a “blocking” send_coroutine method to the Iq classmathieui
2015-02-17Check that ciphers have been initializedmathieui
2015-02-12Update the test suite.mathieui
2015-02-12Remove more threaded= and block= options from the pluginsmathieui
2015-02-12Do the plugins post_init() upload loadingmathieui
2015-02-12Fix the uses of stanza.reply()mathieui
2015-02-12Fix the componentxmpp interfacemathieui
2015-02-05Added help for running example..Sangeeth Saravanaraj
2015-02-05Updated Example..Sangeeth Saravanaraj
2015-02-05misc updates..Sangeeth Saravanaraj
2015-02-04XMLStream must provide the BaseProtocol interfaceFlorent Le Coz
2015-02-04Don’t set the msg['from'] and msg['id'] in receipt.ack()mathieui
2015-02-03Raise http_request and http_response events.Sangeeth Saravanaraj
2015-01-29Composing request and response.Sangeeth Saravanaraj
2015-01-28Added callbacks, registered stanzas, added features, etc.Sangeeth Saravanaraj
2015-01-27Boilerplate for Stanzas - request and responseSangeeth Saravanaraj
2015-01-23Added xep_0332 to setupSangeeth Saravanaraj
2015-01-22Boilerplate for xep_0332Sangeeth Saravanaraj
2015-01-22added xep_0332 to pluginsSangeeth Saravanaraj
2015-01-22renamed example for convenience.Sangeeth Saravanaraj
2015-01-22Boilerplate example.Sangeeth Saravanaraj
2015-01-22Fixed a typo in docs/guide_xep_0030.rstSangeeth Saravanaraj
2015-01-22Added PyCharm's .idea folder to .gitignoreSangeeth Saravanaraj
2015-01-15Expose MUC support in disco#infomathieui
2015-01-05Fix the call of iscoroutinefunction()Florent Le Coz
2015-01-03Do not copy the stanza before calling each handlerexp_idle_callFlorent Le Coz
2015-01-03Use a deque for the idle listFlorent Le Coz
2015-01-03Delay the handling of stanza for when the process is not busyFlorent Le Coz
2014-12-17Make the ca_certs option useful again (CA-based cert validation)mathieui
2014-12-11Bring back authentication through SASL EXTERNALmathieui
2014-12-11Fix the element name for retrieving certs in XEP-0257mathieui
2014-12-11Fix xep-0257 for slixmpp, and fix an element namemathieui
2014-11-27In queues added option to remove first element on addind new if queue isOleg Antonyan
2014-11-23On initial connect use delay if connection failedOleg Antonyan
2014-11-14Lower the timeout for each DNS resolution attemptFlorent Le Coz