your #1 source of programming antipatterns
Go to file
Martin Dosch da17a46e6f Also read stream limits after authentication
The [business rules](https://xmpp.org/extensions/xep-0478.html#rules)
mention the following:

> It is acceptable for the limits on a stream to change whenever new stream features are announced - such as before and after authentication of the connecting entity.

The first detection of the stream limits is not deleted as there is also
ANONYMOUS authentication.
2024-03-28 15:57:56 +01:00
_example [gofumpt]: Remove empty line. 2024-02-27 22:26:58 +01:00
.travis.yml add .travis.yml 2016-11-21 10:25:22 +09:00
go.mod Update go modules. 2024-03-06 21:01:03 +01:00
go.sum Update go modules. 2024-03-06 21:01:03 +01:00
LICENSE add LICENSE file. 2011-02-28 11:46:55 +09:00
README.md Change import path to xmppo/go-xmpp (#174) 2024-01-10 15:52:41 +01:00
xmpp_avatar.go Implement XEP-0084 (User Avatar) (#120) 2021-01-21 17:24:39 +09:00
xmpp_disco.go Implement Disco queries against other entities (#124) 2023-03-02 13:23:29 +09:00
xmpp_information_query.go [gofumpt] Improve formatting. 2024-02-01 13:54:58 +08:00
xmpp_muc.go Harmonize newlines 2023-08-14 10:28:33 +02:00
xmpp_ping.go Harmonize newlines 2023-08-14 10:28:33 +02:00
xmpp_pubsub.go Remove unused type clientPubsub. 2024-02-22 18:59:22 +01:00
xmpp_subscription.go Harmonize newlines 2023-08-14 10:28:33 +02:00
xmpp_test.go [gofumpt] Improve formatting. 2024-02-01 13:54:58 +08:00
xmpp.go Also read stream limits after authentication 2024-03-28 15:57:56 +01:00

go-xmpp

go xmpp library (original was written by russ cox )

Documentation