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 (Collapse)Author
2023-11-25fix: DateTime: Be more strict with parsingHEADmasterPhilipp Hörist
Don’t parse timestamps which may fail conversion to different timezones
2023-11-06fix: PubSub: Narrow accepted message typesPhilipp Hörist
2023-10-22change: Chatstates: Accept chatstates with delay tagPhilipp Hörist
2023-09-26cq: Fix inconsistent return statementPhilipp Hörist
2023-09-26refactor: DateTime: Simplify parsing codePhilipp Hörist
2023-07-02cfix: Revert: Simplify determining remote jidPhilipp Hörist
2023-06-21feat: SecurityLabels: Add get_label_hash()Philipp Hörist
2023-06-18feat: MessageProperties: Add origin_id attributePhilipp Hörist
2023-06-18feat: MessageProperties: Add remote_jid attributePhilipp Hörist
2023-06-18refactor: Simplify determining remote jidPhilipp Hörist
2023-06-18cq: MAM: fix type annotationsPhilipp Hörist
2023-06-18imprv: Moderation: Parse more dataPhilipp Hörist
2023-06-17cq: DateAndTime: Add type annotationsPhilipp Hörist
2023-05-10change: OMEMO: Add device id and namespace to OMEMOBundlePhilipp Hörist
2023-02-03feat: Add support for XEP-0461: Message Replieswurstsalat
2022-12-28change: Port to libsoup3Philipp Hörist
- Port code to libsoup3 - Wrap Soup.Session and Soup.Message for easier usage
2022-12-09feat: Add message reactions (XEP-0444) supportNicoco
2022-10-26fix: MUC: Check correctly for muc subjectPhilipp Hörist
The subject can be an empty string
2022-10-17feat: Add support for XEP-0421Philipp Hörist
2022-09-22cq: UserAvatar: Fix annotationPhilipp Hörist
2022-05-14fix: AdHoc: Don’t raise on empty nodeslovetox
2022-05-12fix: Roster: Don’t fail when no roster attribute is foundlovetox
2022-05-03chore: Add newlinelovetox
2022-05-03fix: Handle multiple stanza-id elementslovetox
2022-04-18fix: openpgp: Make nicer fallback stringlovetox
2022-04-02ci: Fix Pylint errorslovetox
2022-01-22MUC: Add MucSubject structlovetox
2022-01-10MUC: Force muc user real JIDs to barelovetox
Its unspecified if servers need to send a full JID or bare JID here. Further its also unspecified if they need to send all full JIDs of all connected resources. So we implement on what we can actually depend, there needs to be at least a bare JID.
2022-01-02Discovery: Add type annotationslovetox
2021-11-10Add XEP-0425: Message Moderationwurstsalat
2021-11-04Replace deprecated methodslovetox
2021-11-03Blocking: Add annotationslovetox
2021-11-03BaseModule: Add annotationslovetox
2021-11-03Blocking: Don’t abort processing after parsing unblockslovetox
If we return the IQ will not be answered
2021-11-02Bookmarks: Add annotationslovetox
2021-11-02Bookmarks: Add extensions supportlovetox
2021-11-01UserAvatar: Purge instead of of delete Avatar data nodesKim Alvefur
Leaves any node configuration intact
2021-11-01PubSub: Add support for purging nodesKim Alvefur
2021-10-17Refactor b64decode()lovetox
2021-10-17Add annotationslovetox
2021-09-11AdHoc: Make parsing actions more robustlovetox
- Ignore unknown actions instead of failing - Don’t fail on duplicated actions
2021-09-08Correction: Ignore messages where message id == replace idlovetox
This can only happen when clients don’t use unique ids or are broken
2021-07-24Correctly handle RSM count requestlovetox
Fixes #120
2021-05-27AdHoc: Don’t expect session id for one stage commandslovetox
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