Registry / messaging / xmpp
library0.5.1gogounverified

Fluux XMPP is a modern and full-featured XMPP library that can be used to build clients or server components.

go get gosrc.io/xmpp
INSTALL
IMPORT
SIG · XMPP
X
xmpp
messaginggov0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xmpp
gosrc.io/xmpp

Creates a new XMPP client connection.

package main import ( "fmt" "gosrc.io/xmpp" ) func main() { client, err := xmpp.NewClient("user@example.com", "password", nil) if err != nil { fmt.Println(err) return } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
xmpp — go get xmpp · libregistry