Registry / messaging / matterbridge-gomatrix

matterbridge-gomatrix

JSON →
library0.0.0-20220411225302-271e5088ea27gogounverified

Package gomatrix implements the Matrix Client-Server API for building Matrix bots and clients.

go get github.com/matterbridge/gomatrix
INSTALL
IMPORT
SIG · MATTERBRIDGE-GOMAT
M
matterbridge-gomatrix
messaginggov0.0.0-20220411225302-271e5088ea27
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.

gomatrix
github.com/matterbridge/gomatrix

Creates a Matrix client and joins a room.

package main import ( "log" "github.com/matterbridge/gomatrix" ) func main() { cli, err := gomatrix.NewClient("https://matrix.org", "@user:matrix.org", "token") if err != nil { log.Fatal(err) } resp, err := cli.JoinRoom("!room:matrix.org") if err != nil { log.Fatal(err) } log.Println(resp.RoomID) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220411225302-271e5088ea27latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
matterbridge-gomatrix — go get matterbridge-gomatrix · libregistry