XMPP Library written in Go.
Fork of https://github.com/emgee/go-xmpp
Client connections negotiate a bound resource JID with the server. The bound JID may be different from the one requested or even generated by the server. Component connections do not negotiate the bound JID but still have a specific JID associated with the stream. |
||
|---|---|---|
| src/xmpp | ||
| .gitignore | ||
| client.go | ||
| component.go | ||