Commit Graph

32 Commits (master)

Author SHA1 Message Date
Martin Dosch e38acf3e92
Improve behavior when no SRV records are set. 3 months ago
Martin Dosch 6ea4de828f
Improve fallback behavior if no SRV records are provided. 3 months ago
Martin Dosch 7677d2907a
Add experimental support for SOCKS5 proxies. 4 months ago
Martin Dosch fc1342ab29
Update go modules. 4 months ago
Martin Dosch 802f57d404
[gofumpt]: Improve formatting. 6 months ago
Martin Dosch d482347310
Switch back to upstream go-xmpp library. 6 months ago
Martin Dosch 7dbbcf45e7
Add support for SCRAM PLUS variants and mechanism pinning. 7 months ago
Martin Dosch a034a8e501
Temporarily switch to go-xmpp fork. 7 months ago
Martin Dosch d56e528680
Fix segfault when connecting with wrong credentials. 9 months ago
Martin Dosch a912408d16
Wrap and unwrap errors. 12 months ago
Martin Dosch 4664c02cbc
Simplify connection code. 12 months ago
Martin Dosch 28521a16aa
Simplify connection code. 12 months ago
Martin Dosch 620130aded
gofumpt 12 months ago
Martin Dosch 1def52c15c
[golangci-lint]: Return nil instead of err when err is nil. 12 months ago
Martin Dosch b444e8d2dd
[golangci-lint]: Remove unnecessary trailing newline. 12 months ago
Martin Dosch 5e26b4e70b
[golangci-lint]: Simplify code. 12 months ago
Martin Dosch 8f844b1cde
Fall back to direct TLS on port 5223
Fall back to direct TLS on port 5223 if direct tls is set and no SRV
records are provided.
12 months ago
Martin Dosch 437cd7eec6
Remove copyright years. 1 year ago
Martin Dosch 6893307841 Fix typo in license header. 2 years ago
Martin Dosch ca8dec5ca1 Use xmppsrv for SRV lookups. 3 years ago
Martin Dosch af17660614 Remove unnecessary else clause. 3 years ago
Martin Dosch 23cf25caa6 Split on first @ instead of the last to get the domain (thx Sam) 3 years ago
Martin Dosch 9044bbb998 Remove trailing . of hostnames. 3 years ago
Martin Dosch 4ac87d88e1 Use net.JoinHostPort for adding the port to the host (thx Sam) 3 years ago
Martin Dosch 6df64d2446 Don't use xmpps-client SRV records if target is "." 3 years ago
Martin Dosch ec185d75d7 Update copyright year 3 years ago
Martin Dosch d00ca7cd37 Mix xmpp-client and xmpps-client SRV records (sorted by prio) 3 years ago
Martin Dosch 4297630c32 Put back accidentally removed package declaration. 3 years ago
Martin Dosch b097e89a53 Add license header. 3 years ago
Martin Dosch adc2231f25 Fall back to 5222 if no xmpp-client SRV records are provided 3 years ago
Martin Dosch 0811f434cb Remove nonsense TODO 3 years ago
Martin Dosch 702ce9ff47 Look up SRV records for xmpp- and xmpps-client 3 years ago