Commit graph

76 commits

Author SHA1 Message Date
Bohdan Horbeshko 4972cb6d5e Reject MUC nickname change attempts 2023-10-04 05:57:29 -04:00
Bohdan Horbeshko b8a57c06b6 Handle MUC PM attempts 2023-09-30 06:29:40 -04:00
Bohdan Horbeshko 47fa7bca49 Return outgoing message errors as message error stanzas (only in groupchats yet) 2023-09-29 16:17:25 -04:00
Bohdan Horbeshko a0803123b2 Advertise muc#stable_id feature 2023-09-29 08:32:48 -04:00
Bohdan Horbeshko b70bb53c6d Display outgoing MUC messages 2023-09-29 08:24:15 -04:00
Bohdan Horbeshko 41503c7fd4 Return registration-required instead of not-authorized 2023-09-28 16:30:28 -04:00
Bohdan Horbeshko b68c07025d Add MUC history limit (maxstanzas only) 2023-09-19 07:57:52 -04:00
Bohdan Horbeshko e77caf2c42 Send recent history on MUC join 2023-09-19 04:23:39 -04:00
Bohdan Horbeshko c1887e5a1e Fix returning MUC join errors 2023-09-18 01:49:31 -04:00
Bohdan Horbeshko f99f4f6acc Send memberlist on MUC join, suppress PM statuses for MUC JIDs 2023-09-17 23:21:57 -04:00
Bohdan Horbeshko 776993894a Merge hotfix: remove redundant "registered" identity 2023-09-17 00:54:23 -04:00
Bohdan Horbeshko 9dbd487dae Merge branch 'master' into muc 2023-09-16 23:16:09 -04:00
Bohdan Horbeshko aa561c5be6 Version 1.8.0 2023-08-28 10:20:50 -04:00
Bohdan Horbeshko 20994e2995 In-Band Registration (XEP-0077) 2023-08-28 10:16:57 -04:00
Bohdan Horbeshko 64515e2c66 Fix replies to messages with non-ASCII characters 2023-08-08 00:54:24 -04:00
Bohdan Horbeshko 9377d7a155 Save/read unavailable presence type in cache 2023-08-06 20:04:49 -04:00
Bohdan Horbeshko c03ccfdfb7 Support urn:xmpp:privilege:2 2023-08-02 17:08:06 -04:00
Bohdan Horbeshko 608f675512 Revert sending carbons for outgoing messages to other resources (they duplicate what clients already send to each other) 2023-08-02 16:41:18 -04:00
Bohdan Horbeshko ef831fc972 Migrate to TDLib 1.8.14 (multiple usernames support) 2023-07-31 21:25:24 -04:00
Bohdan Horbeshko e954c73bd2 Do not ack with edited message to the XEP-0308 sender resource 2023-07-15 21:38:10 -04:00
Bohdan Horbeshko 959dc061ff Send carbons for outgoing messages to other resources 2023-07-08 23:52:30 -04:00
Bohdan Horbeshko 30b3fd1615 Force update nicknames via PubSub and presences on reconnect 2023-06-30 09:54:39 -04:00
Bohdan Horbeshko 00f1417cb2 Version 1.6.0 2023-06-08 13:33:22 -04:00
Bohdan Horbeshko 945b9c063b Reply own messages 2023-06-08 13:14:55 -04:00
Bohdan Horbeshko 7215d11d79 XEP-0308 message editing 2023-06-05 04:22:13 -04:00
Bohdan Horbeshko 9a84e9a8b6 Store message ids in Badger DB 2023-06-03 00:20:03 -04:00
Bohdan Horbeshko 8663a29e15 Add /vcard command 2023-06-01 16:37:38 -04:00
Bohdan Horbeshko 75f0532193 Warn about undelivered carbons to foreign servers 2023-03-19 18:12:06 -04:00
Bohdan Horbeshko 42ed16bf9e Simulate carbons 2023-03-18 17:43:11 -04:00
Bohdan Horbeshko 90807b2d9e Convert XEP-0461 replies to Telegram 2023-03-14 17:16:02 -04:00
Bohdan Horbeshko 4a5b83dff5 Show XEP-0461 replies from Telegram 2023-03-05 03:00:53 -05:00
Bohdan Horbeshko 6e32c62f8d Assign IDs from Telegram to XMPP messages 2023-03-03 21:41:45 -05:00
Bohdan Horbeshko 68e3581724 Fix a crash on commands to unauthorized transport 2023-01-13 03:59:35 -05:00
Bohdan Horbeshko 7eaf28ad7c Advertise gateway first, MUC next 2022-07-08 17:59:51 -04:00
Bohdan Horbeshko 63521b8f90 Extended room disco info 2022-07-08 17:43:56 -04:00
Bohdan Horbeshko 7ef32096af Basic room disco info 2022-07-08 08:43:44 -04:00
Bohdan Horbeshko 63f12202d0 Refactoring: merge handleGetDiscoInfo/handleGetDiscoItems back into one function 2022-07-08 07:54:30 -04:00
Bohdan Horbeshko 6abb7ff9c2 Respond to disco with conference identity and groups list 2022-07-07 20:38:06 -04:00
Bohdan Horbeshko e2edbe37ea gofmt 2022-06-29 20:33:51 -04:00
Bohdan Horbeshko 501c1a7daa Add IMPP to vCard4 2022-06-29 20:29:41 -04:00
Bohdan Horbeshko 38ffdb9e47 Retrieve Bio / Description for vCard desc / note 2022-06-29 09:56:27 -04:00
Bohdan Horbeshko 76ac662366 Support vCard4 via PubSub 2022-06-28 19:34:14 -04:00
Bohdan Horbeshko 3a43c6223f Fix calculating avatar Base64 2022-06-25 16:58:36 -04:00
Bohdan Horbeshko 493c49cde5 Same robust file retrieval for calculating avatar SHA1 and Base64 2022-06-25 16:58:15 -04:00
Bohdan Horbeshko 3f96664ef3 Respond correctly to disco queries about account JIDs 2022-06-19 19:56:18 -04:00
Bohdan Horbeshko 70841a2bea Always send XMPP messages with a resource 2022-05-26 07:14:38 -04:00
Bohdan Horbeshko 72b336a5f5 Support ! prefix for commands in addition to / 2022-02-13 20:45:11 -05:00
Bohdan Horbeshko 6cbfed8245 Make incoming messages to the transport trigger a subscription 2022-02-13 16:36:18 -05:00
Bohdan Horbeshko 2bf4c6666e Fix initializing a TDlib instance after subscribing to the transport 2022-02-13 12:33:43 -05:00
Bohdan Horbeshko ec49d5d412 gofmt 2022-02-08 15:25:58 -05:00