3a94dd9634
feat(core): Log handler executions
2023-09-29 20:01:09 +02:00
fb4b4c71e2
fix(core): Remove async_queue
2023-09-29 19:59:38 +02:00
d9fbb9e102
fix(xep,core): Ensure in-order processing of incoming stanzas
2023-09-29 19:58:43 +02:00
aba90f2e90
feat(example): Print the number of users in the MUC
2023-09-27 18:58:17 +02:00
9211963390
fix(xep): Fix ending presence processing too early if containing a photo
2023-09-27 18:57:42 +02:00
c7d58c3d3f
feat(core): Add logging for when a manager ends processing early
2023-09-27 18:57:13 +02:00
6dbbf08be4
feat(xep): Add an event for when someone leaves the MUC
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-26 23:42:49 +02:00
7ca648c478
feat(xep): Add MUC events
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-26 23:34:53 +02:00
814f99436b
fix(xep): Do not automatically request vCards
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-26 14:16:41 +02:00
5bd2466c54
feat(xep): Parse the room info from the extended disco info
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-26 14:00:27 +02:00
14b62cef96
fix(xep): Fix crash for messages with no id
2023-09-26 13:59:51 +02:00
c3088f9046
fix(xep): Make leaving the room non-awaitable
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-25 21:08:24 +02:00
64b93b536e
fix(xep): Add missing metadata
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-24 18:44:23 +02:00
c1c48d0a83
feat(xep): Provide an implementation of XEP-0392
2023-09-24 18:43:06 +02:00
4a681b9483
fix(xep): Somehow fix reconnection issues
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-23 22:19:06 +02:00
c504afc944
fix(xep): Fix joining a MUC making it stuck
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-23 14:14:23 +02:00
76a9f7be7a
feat(xep): Allow adding MUCs to join later
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-22 21:43:56 +02:00
afa3927720
feat(xep): Rejoin groupchats on a new stream
2023-09-22 21:22:18 +02:00
5f36289f50
fix(all): Fix linter warnings
2023-09-22 20:57:05 +02:00
fbe3b90200
feat(xep): Implement ignoring the message reflection
2023-09-22 20:42:45 +02:00
d7c13abde6
feat(xep): Allow ignoring the discussion history
...
Also allow specifying the amount of stanzas of discussion history we
want.
2023-09-22 19:23:35 +02:00
d4416c8a47
fix(xep): Fix null-deference
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-17 20:19:50 +02:00
9666557655
feat(xep): Make avatar queries more explicit
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-17 20:10:53 +02:00
864cc0e747
feat(meta): Remove omemo_dart override
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-22 20:21:16 +02:00
dbb945b424
fix(docs): Remove duplicate <programming-language />
2023-08-10 15:00:11 +02:00
2431eafa6c
fix(docs): Fix broken DOAP
2023-08-10 14:58:16 +02:00
264ab130ee
chore(docs): Update DOAP
2023-08-10 14:44:57 +02:00
38dba0e6b7
fix(xep): Export JingleContentThumbnail
2023-08-06 13:14:57 +02:00
c8b903e5df
chore(all): Fix linter issues
2023-08-06 13:04:12 +02:00
b14363319a
feat(xep): Remove Extensible File Thumbnails
2023-08-06 13:01:28 +02:00
93418f0127
fix(xep): Fix missing handling of StanzaError
...
Fixes #48 .
2023-07-29 19:27:40 +02:00
ikjot-2605
b2724aba0c
Merge branch 'master' into xep_0045
2023-07-01 12:01:33 +00:00
b92e825bc1
fix(xep): Fix handling StanzaErrors from the DiscoManager
2023-07-01 13:19:26 +02:00
Ikjot Singh Dhody
04dfc6d2ac
feat(xep): Replace DiscoError with StanzaError.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-30 18:33:00 +05:30
ikjot-2605
9e70e802ef
Merge branch 'master' into xep_0045
2023-06-30 04:56:15 +00:00
Ikjot Singh Dhody
3ebd9b86ec
feat(xep): Fix lint issues and use moxlib for result.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-30 10:25:17 +05:30
a928c5c877
feat(xep): Also potentially return "generic" stanza errors
2023-06-29 21:12:30 +02:00
77a1acb0e7
fix(moxxmpp): Somewhat fix (and break) moxxmpp_socket_tcp integration tests
2023-06-25 12:47:47 +02:00
Ikjot Singh Dhody
a873edb9ec
feat(xep): Check for null nick before leaveRoom.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-21 12:20:14 +05:30
Ikjot Singh Dhody
e6bd6d05cd
feat(xep): Remove NOOP cache access.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-21 00:41:51 +05:30
b5efc2dfae
feat(xep): Expose new/replaced ratchets in the MessageEvent
2023-06-20 16:35:51 +02:00
Ikjot Singh Dhody
b7d53b8f47
feat(xep): Add docstings for the XEP-0045 routines
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-20 17:44:24 +05:30
Ikjot Singh Dhody
217c3ac236
feat(xep): Fix cache issue with join/leaveRoom.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-20 17:38:30 +05:30
d35b955259
fix(xep): Accidentally left getUnackedStanzas exposed
2023-06-19 23:15:29 +02:00
30dca67fb6
feat(all): Remove freezed
...
Fixes #43 .
2023-06-19 23:11:58 +02:00
2db44e2f51
fix(xep): Fix resend behaviour leading to period disconnects
...
It seems that we were expecting acks "in the future" for old stanzas.
Also, this commit should prevent E2EE implementations from re-encrypting
resent stanzas.
Fixes #38 .
2023-06-19 22:55:50 +02:00
Ikjot Singh Dhody
51bca6c25d
feat(xep): XEP-0045 cache fixes.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-19 18:40:39 +05:30
3621f2709a
chore(docs): Update changelog
2023-06-18 21:57:53 +02:00
9da6d319a3
feat(all): Use 0.5.0 of omemo_dart
2023-06-18 21:30:35 +02:00
Ikjot Singh Dhody
8728166a4d
feat(xep): Add cache and roomstate to MUC implementation.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-18 20:49:13 +05:30