Commit Graph

189 Commits

Author SHA1 Message Date
Martin Dosch
bd56592435
Switch to go-xmpp release. 2024-04-13 12:11:36 +02:00
Martin Dosch
4f47e8c713
Update go modules. 2024-04-12 17:29:15 +02:00
Martin Dosch
013756cec9
Update go modules. 2024-04-12 12:59:06 +02:00
Martin Dosch
72e517e14d
Update go modules. 2024-04-12 10:54:53 +02:00
Martin Dosch
c77eae826a
Update go modules. 2024-04-11 09:52:42 +02:00
Martin Dosch
61f5ab705d
Add support for FAST authentication. 2024-04-10 15:19:50 +02:00
Martin Dosch
9f9c533941
Add support for SASL2 and BIND2
Squashed commit of the following:

commit 0805b1f06a
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue Apr 9 10:57:29 2024 +0200

    Move to upstream go-xmpp.

commit 557d105238
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 12:45:10 2024 +0200

    Do not use sasl2 uuid attribute.

commit 986aea7957
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 11:29:33 2024 +0200

    Don't print error on io.EOF

commit ef927ce5cc
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 11:25:40 2024 +0200

    Detect stream error while receiving stanzas.

commit 73b00f0612
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 10:00:54 2024 +0200

    Use a client uuid per JID.

commit b2d090a623
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 09:29:50 2024 +0200

    Improve sasl2 user agent id stuff.

commit c7376832ce
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 09:11:03 2024 +0200

    Rework getting data path.

commit 080100486e
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 08:49:49 2024 +0200

    Update go-xmpp.

commit 9c56a79bae
Author: Martin Dosch <martin@mdosch.de>
Date:   Sun Apr 7 00:26:04 2024 +0200

    SASL2: Create per client installation ID.

commit cce36b070a
Author: Martin Dosch <martin@mdosch.de>
Date:   Sat Apr 6 22:20:35 2024 +0200

    Update go-xmpp.

commit 1c4acfd07c
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 12:04:09 2024 +0200

    Update go-xmpp.

commit 0703a7c2d6
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 11:38:28 2024 +0200

    Update go-xmpp.

commit 4f033fc5b9
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 09:39:30 2024 +0200

    Update vendored lib.

commit a44554218d
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 09:32:54 2024 +0200

    Use google/uuid for message IDs.

    It is used for go-xmpp in the sasl2 branch anyway.

commit 3e57ec3603
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 09:12:50 2024 +0200

    Update vendored modules.

commit ead44ef99d
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 09:12:25 2024 +0200

    Add . between go-sendxmpp and short id.

commit b3271a3530
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 08:38:03 2024 +0200

    Update Changelog.

commit 639b9b6657
Author: Martin Dosch <martin@mdosch.de>
Date:   Fri Apr 5 08:22:56 2024 +0200

    Add short ID back to resource string.

    That's still necessary to avoid two instances with the same resource
    when using SASL instead of SASL2.

commit 680593359b
Author: Martin Dosch <martin@mdosch.de>
Date:   Thu Apr 4 23:56:15 2024 +0200

    Experimental sasl2 support.
2024-04-09 10:59:00 +02:00
Martin Dosch
06bbd9fda5
Update go modules. 2024-04-04 11:03:20 +02:00
Martin Dosch
09e2423da4
Update go modules. 2024-04-02 16:33:33 +02:00
Martin Dosch
99689ea2cd
Ignore EOF errors when receiving stanzas. 2024-04-02 15:57:48 +02:00
Martin Dosch
c13a0c7016
Update go modules. 2024-04-02 13:40:41 +02:00
Martin Dosch
46ed540910
Update go-xmpp to latest master. 2024-03-31 16:05:50 +02:00
Martin Dosch
e1708129e2
Switch to latest go-xmpp release. 2024-03-28 19:09:16 +01:00
Martin Dosch
8b4b8105b2
Update go modules. 2024-03-28 18:18:18 +01:00
Martin Dosch
36d6b26fe8
Update go modules. 2024-03-28 18:08:32 +01:00
Martin Dosch
ea515401d1
Fixed hanging forever in stream close if server doesn't reply. 2024-03-28 17:26:28 +01:00
Martin Dosch
2ddfcb8383
Add support for XEP-0478: Stream Limits Advertisement. 2024-03-28 16:04:48 +01:00
Martin Dosch
911763b2e5
Update go modules. 2024-03-27 21:20:24 +01:00
Martin Dosch
ca268e957e
Add command line flag to disable XEP-0474: SASL SCRAM Downgrade Protection. 2024-03-26 21:41:45 +01:00
Martin Dosch
27c45a1877
Switch to development branch of go-xmpp 2024-03-26 19:28:13 +01:00
Martin Dosch
92db3d2fb1
Use latest release of go-xmpp. 2024-03-22 18:52:22 +01:00
Martin Dosch
5f6eba4b44
Update go modules. 2024-03-16 19:05:28 +01:00
Martin Dosch
06101c2272
Use go-xmpp master branch.
Get the changes there tested too.
2024-03-15 17:51:25 +01:00
Martin Dosch
4a54f8419b
Switch to release version of go-xmpp. 2024-03-14 21:06:42 +01:00
Martin Dosch
15e7664f2a
Update go modules. 2024-03-10 13:45:59 +01:00
Martin Dosch
f7e284e331
Use development version of go-xmpp. 2024-03-10 11:39:23 +01:00
Martin Dosch
94eb496e61
Update go modules. 2024-03-09 20:01:48 +01:00
Martin Dosch
afcfd509f3
Update go modules. 2024-03-05 19:40:03 +01:00
Martin Dosch
34a836a41c
Update go modules. 2024-03-03 13:10:34 +01:00
Martin Dosch
5095297915
Update go modules. 2024-03-02 14:19:03 +01:00
Martin Dosch
8c5c0ce508
Update go modules. 2024-02-26 21:06:33 +01:00
Martin Dosch
38bf2d54a8
Remove 100ms sleep before closing connection. 2024-02-25 12:50:17 +01:00
Martin Dosch
dff738aeec
Switch to go-xmpp release. 2024-02-22 19:02:40 +01:00
Martin Dosch
a2476e39e7
Update go modules. 2024-02-22 19:00:26 +01:00
Martin Dosch
a78649b911
Update go modules. 2024-02-22 18:45:40 +01:00
Martin Dosch
b2e0be8024
Update go modules. 2024-02-09 10:07:20 +08:00
Martin Dosch
c6313970f1
Update go modules. 2024-02-01 14:29:44 +08:00
Martin Dosch
c8ed8df8d2
Update xmppsrv to latest release and mention mtp in changelog. 2024-01-19 19:26:33 +01:00
Martin Dosch
abd0bb64b8
Fix issue with SRV look up. 2024-01-19 18:52:18 +01:00
Martin Dosch
84444fe1b5
Update go modules. 2024-01-18 20:05:04 +01:00
Martin Dosch
2d9bdfa80a
Update go modules. 2024-01-14 00:17:46 +01:00
Martin Dosch
7677d2907a
Add experimental support for SOCKS5 proxies. 2024-01-13 15:01:42 +01:00
Martin Dosch
7ad344c6cb
Update go modules. 2024-01-12 12:14:22 +01:00
Martin Dosch
1db2a3787c
Add support for tls-server-end-point channel binding. 2024-01-11 13:35:42 +01:00
Martin Dosch
3c8ce9423a
Update go modules. 2024-01-10 22:42:55 +01:00
Martin Dosch
fc1342ab29
Update go modules. 2024-01-10 16:21:39 +01:00
Martin Dosch
931fc7b017
Update go-xmpp. 2024-01-09 10:48:50 +01:00
Martin Dosch
e74b622dd3
Update go modules. 2024-01-09 08:51:09 +01:00
Martin Dosch
e848a9050e
Update go modules. 2024-01-05 15:32:23 +01:00
Martin Dosch
a1253f948e
Update go modules. 2023-12-18 18:52:02 +01:00