{"id":68725,"library":"mattn-go-xmpp","title":"Go XMPP","description":"A Go library for communicating with XMPP (Jabber) servers.","status":"active","version":"0.3.6","language":"go","source_language":null,"source_url":"https://github.com/mattn/go-xmpp","tags":["xmpp","jabber","messaging","chat"],"install":[{"cmd":"go get github.com/mattn/go-xmpp","lang":"bash","label":"Install github.com/mattn/go-xmpp"}],"dependencies":[],"imports":[{"symbol":"xmpp","correct":"github.com/mattn/go-xmpp"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/mattn/go-xmpp\"\n)\n\nfunc main() {\n\tclient, err := xmpp.NewClient(\"example.com:5222\", \"user@example.com\", \"password\", false)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(client)\n}","lang":"go","description":"Connects to an XMPP server and prints the client object."},"warnings":[],"env_vars":null,"search_vec":"'chat':15 'communic':7 'go':1,4 'jabber':10,13 'librari':5 'messag':14 'server':11 'xmpp':2,9,12","created_at":"2026-06-17T17:53:16.526399+00:00","updated_at":"2026-06-17T17:53:16.526399+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/mattn/go-xmpp","github":"https://github.com/mattn/go-xmpp","docs":"https://pkg.go.dev/github.com/mattn/go-xmpp#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}