warawara

XMPP bot for cerca public RSS feed
git clone http://git.permacomputing.net/repos/warawara.git # read-only access
Log | Files | Refs | README

commit cf5f8180dd0e994413af2a35ec2288a1d23efb20
parent b2736d7053624c30fe59bc6ad6ee7327f199fa06
Author: decentral1se <cellarspoon@riseup.net>
Date:   Sun,  1 Dec 2024 20:36:05 +0100

docs: point to ticket

Diffstat:
Mwarawara.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/warawara.go b/warawara.go @@ -70,6 +70,7 @@ func joinXMPP() { //defer cancel() var err error // TLS disabled to avoid a 3min timeout before connecting - whyyyyyyy? + // NOTE(d1): https://codeberg.org/mellium/xmpp/issues/430 dialer := dial.Dialer{NoTLS: true} conn, err := dialer.Dial(ctx, "tcp", jid.MustParse(botJID)) if err != nil {