proxy.golang.org : github.com/michaelhenkel/go-xmpp : v0.3.0
Fluux XMPP is an modern and full-featured XMPP library that can be used to build clients or server components. The goal is to make simple to write modern compliant XMPP software: The library is designed to have minimal dependencies. For now, the library does not depend on any other library. The library includes a StreamManager that provides features like autoreconnect exponential back-off. The library is implementing latest versions of the XMPP specifications (RFC 6120 and RFC 6121), and includes support for many extensions. Fluux XMPP can be use to create fully interactive XMPP clients (for example console-based), but it is more commonly used to build automated clients (connected devices, automation scripts, chatbots, etc.). XMPP components can typically be used to extends the features of an XMPP server, in a portable way, using component protocol over persistent TCP serverConnections. Component protocol is defined in XEP-114 (https://xmpp.org/extensions/xep-0114.html). Fluux XMPP has been primarily tested with ejabberd (https://www.ejabberd.im) but it should work with any XMPP compliant server.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/michaelhenkel/[email protected]
Published:
Indexed:
- github.com/google/go-cmp v0.3.1
- github.com/google/uuid v1.1.1
- golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
- nhooyr.io/websocket v1.6.5