MCPcopy
hub / github.com/42wim/matterbridge / Bxmpp

Struct Bxmpp

bridge/xmpp/xmpp.go:22–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type Bxmpp struct {
23 *bridge.Config
24
25 startTime time.Time
26 xc *xmpp.Client
27 xmppMap map[string]string
28 connected bool
29 sync.RWMutex
30
31 avatarAvailability map[string]bool
32 avatarMap map[string]string
33}
34
35func New(cfg *bridge.Config) bridge.Bridger {
36 return &Bxmpp{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected