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
path: root/nbxmpp
AgeCommit message (Collapse)Author
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
- Remove ping callback after disconnect - Address ping correctly to the domain instead of bare jid
2020-03-26Dispatcher: Don't clear IQ callbacks on parser resetlovetox
Only clear IQ callbacks if we not resumed the stream
2020-03-25Client: Don't reset ping source on ponglovetox
Fixes #104
2020-03-25Client: Remove commentlovetox
2020-03-25Client: Handle server not ending stream gracefullylovetox
2020-03-25Client: Remove ping timer on stream endlovetox
2020-03-24Client: Add anonymous login test modelovetox
2020-03-24TCP: Disconnect on all not handled read errorslovetox
2020-03-22Client: Add property custom_hostlovetox
2020-03-22Register: Handle errors when requesting the register formlovetox
2020-03-22Register: Allow to set jid on some methodslovetox
2020-03-22Register: Convert fake form to register fields on submitlovetox
2020-03-22Dataforms: Add is_fake_form() methodlovetox
2020-03-22Dataforms: Set vars if form is not build from nodelovetox
2020-03-21Register: Add missing instructions to formlovetox
2020-03-21Register: Add method submit_register_form()lovetox
2020-03-20Client: Don't pass stream error as error textlovetox
2020-03-20Client: Simplify bind/session error handlinglovetox
2020-03-20Fix pylint errorslovetox
2020-03-20Logging: Simplify passing contextlovetox
2020-03-20Logging: Change log messagelovetox
2020-03-20Logging: Add context to logging outputlovetox
2020-03-19TCP: Don't use deprecated methodlovetox
2020-03-19Resolver: Use INFO log level for resolver errorslovetox
2020-03-19Connection: Use INFO log level for connection errorslovetox
2020-03-19PubSub: Don't expect IQ payload on publishlovetox
2020-03-17TCP: Set timeout when connectinglovetox
Timeout is set to 7 seconds and reset to 0 after connecting was successful
2020-03-17Revert "TCP: Set timeout when connecting"Philipp Hörist
This reverts commit 384b50b087c4e7eb0fbb1ca63ab1537760afbd64
2020-03-17TCP: Set timeout when connectinglovetox
2020-03-16Register: Rename variableslovetox
2020-03-15Client: Fix method calllovetox
2020-03-15NodeBuilder: Don't add empty strings to cdata listlovetox
It seems to serv no purpose and messes up the pretty printing
2020-03-14Client: Silence errors after login-successful signallovetox
2020-03-14SASL: Treat unknown error conditions as not-authorizedlovetox
Recommended by the RFC
2020-03-14Client: Expose more data via propertyslovetox
2020-03-11Fix pylint errorslovetox
- unused-argument - self-assigning-variable
2020-03-11Rename ConnectionType enum valueslovetox
2020-03-11Fix pylint errorslovetox
- unidiomatic-typecheck - bare-except
2020-03-11Fix pylint errorslovetox
- no-else-return - pointless-string-statement - multiple-statements - unused-variable - wrong-import-position
2020-03-11Muclumbus: Call callback also on errorlovetox
The method retuned instead of calling the callback
2020-03-11Remove require_version() checklovetox
We do this already in __init__.py
2020-03-11Fix pylint errorslovetox
- inconsistent-return-statements
2020-03-10Fix pylint errorslovetox
- trailing-newlines - chained-comparison - trailing-whitespace - unnecessary-pass
2020-03-10Fix undefined varlovetox
2020-03-10Fix pylint errorslovetox