Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-19Update .gitignorelovetox
2020-04-19Add mypy.inilovetox
2020-04-19Add typing hints to simplexmlEmmanuel Gil Peyrot
2020-04-19EntityCaps: Answer DiscoInfo if there is no node setlovetox
2020-04-18Fix pylint errorlovetox
2020-04-18Use IDNA2008 for domain validationlovetox
2020-04-18EntityCaps: Parse more strictlylovetox
2020-04-18Require python 3.7lovetox
2020-04-18DiscoInfo: Add has_category() methodlovetox
2020-04-17JID: Return correct bare jidlovetox
2020-04-16TCP: Refactor write async callbacklovetox
2020-04-16TCP: Add debug logging for keepalive timerlovetox
2020-04-15Revert "NodeBuilder: Don't add empty strings to cdata list"Philipp Hörist
2020-04-13Protocol: Cache validation of JID partslovetox
2020-04-13Remove stringprepare modulelovetox
2020-04-13JID: Refactor some methodslovetox
2020-04-13Tests: Add test for JID __eq__()lovetox
2020-04-13JID: Refactor __eq__()lovetox
2020-04-13JID: return bool for isFull()lovetox
2020-04-13Fix pylint errorlovetox
2020-04-13Protocol: Cache JID parsing resultslovetox
2020-04-11EntityCaps: Add missing node on disco info replylovetox
2020-04-11Smacks: Copy stanza before adding it to the queuelovetox
2020-04-11Websocket: Pass stanza on data-sentlovetox
2020-04-11MAM: Check for first and last element in IQ resultlovetox
2020-04-10Client: Remove ping timer when peer closes connectionlovetox
2020-04-10TCP: Pass Node objects instead of actual data on data-sentlovetox
2020-04-07TCP: Check write queue after sending keepalivelovetox
2020-04-07Dispatcher: Add logging when running timeout checklovetox
2020-04-07SM: Correctly set delay from attributelovetox
2020-04-05Client: Allow websocket URIs when using set_custom_host()lovetox
2020-04-05MUC: Only force role/affiliation on presenceslovetox
2020-04-04DiscoInfo: Add propertys for gatewayslovetox
2020-04-04EntityCaps: Handle request for entity capslovetox
2020-03-30MUC: Improve muc user info parsinglovetox
2020-03-28TCP: Add commentlovetox
2020-03-28MAM: Parse complete attribute correctlylovetox
2020-03-28MAM: Make queryid argument optionallovetox
2020-03-28Revert "TCP: Initiate new read before data-received signal"Philipp Hörist
2020-03-28RSM: Parse correct nodelovetox
2020-03-28TCP: Initiate new read before data-received signallovetox
2020-03-28Add MAM (XEP-0313) supportlovetox
2020-03-27Add RSM (XEP-0059) supportlovetox
2020-03-26Dispatcher: Remove useless codelovetox
2020-03-26Dispatcher: Refactor IQ timeout codelovetox
2020-03-26Client: Fix various things with pingslovetox
2020-03-26Dispatcher: Don't clear IQ callbacks on parser resetlovetox
2020-03-25Client: Don't reset ping source on ponglovetox
2020-03-25Client: Remove commentlovetox
2020-03-25Client: Handle server not ending stream gracefullylovetox