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
1625f912b0
chore(docs): Fix moxxmpp docs
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-04 21:11:00 +02:00
864cc0e747
feat(meta): Remove omemo_dart override
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-22 20:21:16 +02:00
c9e817054d
fix(ci): Fix moxxmpp test pipeline
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-22 20:07:50 +02:00
d57bf2ef80
fix(ci): Use the pubcached pub.dev cache
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-22 20:02:43 +02:00
8bfdd5e54a
fix(ci): Remove event restriction
ci/woodpecker/manual/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-08-19 22:49:16 +02:00
e58082bf38
feat(ci): Notify on build failure
ci/woodpecker/manual/woodpecker Pipeline failed
2023-08-19 22:47:29 +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
94d6fe4925
Merge branch 'feat/remove-eft'
2023-08-06 13:05:55 +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
a18507cc3a
chore(flake): Update flake
2023-08-06 12:23:46 +02:00
93418f0127
fix(xep): Fix missing handling of StanzaError
...
Fixes #48 .
2023-07-29 19:27:40 +02:00
1e7279e23b
Merge pull request 'Implement XEP-0045 support in moxxmpp' ( #46 ) from ikjot-2605/moxxmpp:xep_0045 into master
...
Reviewed-on: https://codeberg.org/moxxy/moxxmpp/pulls/46
2023-07-01 19:42:12 +00:00
ikjot-2605
b2724aba0c
Merge branch 'master' into xep_0045
2023-07-01 12:01:33 +00:00
Ikjot Singh Dhody
d3742ea156
feat(xep): Small fixes - MUC Example.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-07-01 17:29:51 +05:30
b92e825bc1
fix(xep): Fix handling StanzaErrors from the DiscoManager
2023-07-01 13:19:26 +02:00
Ikjot Singh Dhody
8b00e85167
feat(xep): Add example for XEP 0045 Moxxmpp.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-07-01 09:16:51 +05:30
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
05e3d804a4
feat(example): Fix omemo_dart dependency
2023-06-20 16:36:49 +02:00
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
4f9a0605c7
Merge pull request 'OMEMO Improvements' ( #47 ) from omemo-changes into master
...
Reviewed-on: https://codeberg.org/moxxy/moxxmpp/pulls/47
2023-06-18 19:58:05 +00:00
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
e3ca83670a
feat(example): Implement common argument parsing
2023-06-18 21:16:47 +02:00
fbbe413148
feat(example): Improve the example code
2023-06-18 20:59:54 +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
Ikjot Singh Dhody
1f1321b269
feat(xep): Small fixes - review cycle 1.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-18 20:09:06 +05:30
9fd2daabb2
feat(xep): Adjust to more omemo_dart changes
2023-06-17 23:51:52 +02:00
8252472fae
feat(xep): Adjust to omemo_dart changes
2023-06-17 23:37:08 +02:00
3cb5a568ce
feat(xep,core): Migrate to moxlib's Result type
2023-06-17 21:45:00 +02:00
c2f62e2967
feat(xep): Implement an OMEMO example client
2023-06-17 21:28:54 +02:00
Ikjot Singh Dhody
66195f66fa
Merge branch 'master' into xep_0045
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-14 10:48:28 +05:30
Ikjot Singh Dhody
70fdfaf16d
feat(xep): Fix imports for xep_0045 files.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-06-14 10:47:51 +05:30