XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall 23aeb1fd68 Associate a JID with an XMPP instance.
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.
2012-07-08 12:18:51 +01:00
src/xmpp Associate a JID with an XMPP instance. 2012-07-08 12:18:51 +01:00
.gitignore Basic ignores. 2012-06-27 12:04:48 +01:00
client.go Associate a JID with an XMPP instance. 2012-07-08 12:18:51 +01:00
component.go Associate a JID with an XMPP instance. 2012-07-08 12:18:51 +01:00