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
2021-11-04Replace deprecated methodslovetox
2021-11-03Structs: Fix AdHocCommand default argslovetox
2021-11-03Blocking: Add annotationslovetox
2021-11-03BaseModule: Add annotationslovetox
2021-11-03Protocol: Add annotationslovetox
2021-11-03DiscoInfo: Add is_irc()lovetox
2021-11-03Structs: Inherit from NamedTuplelovetox
2021-11-03Blocking: Don’t abort processing after parsing unblockslovetox
2021-11-03Namespaces: Add annotationlovetox
2021-11-03Update pyrightconfig.jsonlovetox
2021-11-03Remove unused importslovetox
2021-11-03Structs: Add annotationslovetox
2021-11-02Raise python requirement to 3.9lovetox
2021-11-02Task: Add annotationslovetox
2021-11-02Remove unused importlovetox
2021-11-02Bookmarks: Add annotationslovetox
2021-11-02Bookmarks: Add extensions supportlovetox
2021-11-01UserAvatar: Purge instead of of delete Avatar data nodesKim Alvefur
2021-11-01PubSub: Add support for purging nodesKim Alvefur
2021-10-26Don’t use dataclasses.asdict()lovetox
2021-10-23Namespaces: Fix bookmarks compat namespacelovetox
2021-10-17Add annotationslovetox
2021-10-17Refactor b64encode()lovetox
2021-10-17Refactor b64decode()lovetox
2021-10-17Add annotationslovetox
2021-10-16Remove unused methodlovetox
2021-10-16Add annotationslovetox
2021-10-16Use generate_id() instead of get_stanza_id()lovetox
2021-10-16Remove unused dictlovetox
2021-10-16Dispatcher: Pass str as error instead of exceptionlovetox
2021-10-10Remove superfluous importlovetox
2021-10-10structs: Add more typing hintslovetox
2021-10-10Remove "one" keyword argument from getTags()lovetox
2021-10-09Add py.typedlovetox
2021-10-09Add pyrightconfig.jsonlovetox
2021-09-11AdHoc: Make parsing actions more robustlovetox
2021-09-08Correction: Ignore messages where message id == replace idlovetox
2021-07-24Correctly handle RSM count requestlovetox
2021-05-27AdHoc: Don’t expect session id for one stage commandslovetox
2021-05-08Update README.mdlovetox
2021-05-08GSSAPI: Catch OSErrorlovetox
2021-05-03AdHoc: Cancel action is always possiblelovetox
2021-05-03AdHoc: Improve XEP-0050 Compliancelovetox
2021-03-21Presence: Use log_calls decoratorlovetox
2021-03-21Presence: Fix sending presencelovetox
2021-03-21Add log_calls decoratorlovetox
2021-03-21Remove obsolete logginglovetox
2021-03-21Add logging for method iq_request_task callslovetox
2021-03-20Protocol: Refactor Error Stanzalovetox
2021-03-20Add callback for determining if a reply is allowedlovetox