Registry / messaging / mattn-go-xmpp

mattn-go-xmpp

JSON →
library0.3.6gogounverified

A Go library for communicating with XMPP (Jabber) servers.

go get github.com/mattn/go-xmpp
INSTALL
IMPORT
SIG · MATTN-GO-XMPP
M
mattn-go-xmpp
messaginggov0.3.6
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
✓ github.com/mattn/go-xmpp

Connects to an XMPP server and prints the client object.

package main import ( "fmt" "github.com/mattn/go-xmpp" ) func main() { client, err := xmpp.NewClient("example.com:5222", "user@example.com", "password", false) if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
mattn-go-xmpp — go get mattn-go-xmpp · libregistry