summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-14XEP-0047: replace threading events with simple booleans.Emmanuel Gil Peyrot
2015-04-14XEP-0047: allow only one window over the stream.Emmanuel Gil Peyrot
2015-04-14XEP-0047: announce the correct stanza type if message is selected.Emmanuel Gil Peyrot
2015-04-14XEP-0047: return the correct error type on not-acceptable (example 5).Emmanuel Gil Peyrot
2015-04-14XEP-0047: don’t answer with an unauthorized error when block-size is too big.Emmanuel Gil Peyrot
2015-04-14XEP-0047: remove now-useless threading locks.Emmanuel Gil Peyrot
2015-04-14XEP-0047: prevent tracebacks in stanza reading.Emmanuel Gil Peyrot
2015-04-13basexmpp: Add a message_error eventmathieui
2015-04-11Merge pull request #187 from ekini/xep_0138Mike Taylor
2015-04-11Merge pull request #316 from rakoo/developMike Taylor
2015-04-11Merge branch 'hildjj-develop' into developbear (Mike Taylor)
2015-04-11Merge branch 'develop' of https://github.com/hildjj/SleekXMPP into hildjj-dev...bear (Mike Taylor)
2015-04-11bump to version v1.4Mike Taylor
2015-04-11remove python v3.1 - v3.3 from tox.iniMike Taylor
2015-04-11Merge pull request #313 from mayflower/developMike Taylor
2015-04-11Merge pull request #297 from keith-gray-powereng/developMike Taylor
2015-04-11Merge pull request #329 from FlySnake/send_queue_overflowMike Taylor
2015-04-11Merge pull request #328 from FlySnake/developMike Taylor
2015-04-11Merge pull request #331 from mathieui/developMike Taylor
2015-04-11Merge pull request #348 from gribouille-dev/tor_fixesMike Taylor
2015-04-11Merge pull request #349 from mulog1990/ssl-version-fixMike Taylor
2015-04-11Merge pull request #354 from erigones/developMike Taylor
2015-04-11Create .travis.ymlMike Taylor
2015-04-04Use a full JID for testing.Emmanuel Gil Peyrot
2015-04-04Iq.send: set the timeout even when no timeout_callback is setEmmanuel Gil Peyrot
2015-04-04XMLStream: add a forever parameter to process(), defaulting to True, to selec...Emmanuel Gil Peyrot
2015-03-25Fixed bug #353 Python3 XEP-0084 errorRichard Kellner
2015-03-10ssl-version not passed to wrap_socket, fixedmulog1990
2015-03-09Makes XEP-0009 compatible with Python 3 while maintaining compatibility with ...Cédric Souchon
2015-03-02XMLStream: factorize the highlight function so it can be used in tests as wellEmmanuel Gil Peyrot
2015-02-28Set XMLStream.socket after the SSL connection is made toomathieui
2015-02-28XEP-0325: Don’t use threadingmathieui
2015-02-28Revert or edit most previous XEP plugin changesmathieui
2015-02-28Fix examples relying on the changed APImathieui
2015-02-28Change the API to make iq.send() always return a futuremathieui
2015-02-24Update the documentation and examplesmathieui
2015-02-24XEP-0279: wrap check_ip() with coroutine_wrappermathieui
2015-02-24XEP-0050: wrap send_command() and get_commands() with coroutine_wrappermathieui
2015-02-24XEP-0258: wrap get_catalog() with coroutine_wrappermathieui
2015-02-24XEP-0231: wrap get_bob() with coroutine_wrappermathieui
2015-02-24XEP-0202: wrap get_entity_time() with coroutine_wrappermathieui
2015-02-24XEP-0084: fix setting and getting the Data valuemathieui
2015-02-24XEP-0012: wrap get_last_activity() with coroutine_wrappermathieui
2015-02-24XEP-0280: wrap functions with coroutine_wrappermathieui
2015-02-24XEP-0191: wrap functions with coroutine_wrappermathieui
2015-02-24XEP-0092: wrap get_version() with coroutine_wrappermathieui
2015-02-24XEP-0257: wrap functions with coroutine_wrappermathieui
2015-02-24XEP-0199: wrap functions with coroutine_wrapper and make ping() a coroutinemathieui
2015-02-24XEP-0077: wrap functions with coroutine_wrappermathieui
2015-02-24XEP-0049: wrap functions with coroutine_wrappermathieui