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-10-12Protocol: Add buildSimpleReply()lovetox
2020-09-25Remove obsolete namespace constantsAndré Apitzsch
2020-09-23Protocol: Add isError() and isResult() methodslovetox
2020-08-27JID: Show punycode when using to_user_string()lovetox
2020-08-27Add JID Escaping (XEP-0106) supportlovetox
2020-08-26Use new JID attributes/methodslovetox
2020-08-26Make JID object a namedtuplelovetox
2020-08-26Don’t return domainpart encodedlovetox
2020-08-16Strip [] before hostname checklovetox
2020-08-16Simplify domainpart checklovetox
2020-07-26Perform UTS46 mapping on domain nameslovetox
2020-04-19Use namespaces modulelovetox
2020-04-19Fix pylint errorslovetox
2020-04-19Protocol: Remove commentslovetox
2020-04-18Fix pylint errorlovetox
2020-04-18Use IDNA2008 for domain validationlovetox
2020-04-17JID: Return correct bare jidlovetox
2020-04-13Protocol: Cache validation of JID partslovetox
2020-04-13Remove stringprepare modulelovetox
2020-04-13JID: Refactor some methodslovetox
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-03-24Client: Add anonymous login test modelovetox
2020-03-11Fix pylint errorslovetox
2020-03-11Fix pylint errorslovetox
2020-03-11Fix pylint errorslovetox
2020-03-11Fix pylint errorslovetox
2020-03-10Fix pylint errorslovetox
2020-03-07Add new modules and example clientlovetox
2019-12-09JID: isDomain and isFull propertyPhilipp Hörist
2019-11-04Refactor XHTML codePhilipp Hörist
2019-11-04Revert "Refactor XHTML event code"Philipp Hörist
2019-11-03Refactor XHTML event codePhilipp Hörist
2019-10-20Receipts: Refactor helper method for building receiptsPhilipp Hörist
2019-10-14Add xhtml message attributePhilipp Hörist
2019-10-13Add Attention (XEP-0224) supportPhilipp Hörist
2019-10-13Add Correction (XEP-0308) supportPhilipp Hörist
2019-10-13Add OOB (XEP-0066) supportPhilipp Hörist
2019-10-12Add Receipts (XEP-0184) supportPhilipp Hörist
2019-10-02Add Chat Markers (XEP-0333) supportPhilipp Hörist
2019-09-29Add Bookmarks 2 (XEP-0402) supportPhilipp Hörist
2019-08-05Refactor CommonErrorPhilipp Hörist
2019-07-08Make DiscoInfo values available via propertysPhilipp Hörist
2019-07-05JID: Add copy() methodPhilipp Hörist
2019-07-05JID: Use isinstance for type checkPhilipp Hörist
2019-07-05JID: Add method to make the JID barePhilipp Hörist
2019-06-30Refactor validating JIDsPhilipp Hörist
2019-06-29Add method and tests for entity caps hash computationPhilipp Hörist