1
0
Fork 0
XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall c9c8526476 Separate stream creation from XMPP use (client, component, etc).
The address of the server is not necessarily related to the JID, e.g.
DNS SRV lookups, manual configuration, etc. Splitting them up means
there's more control and flexibility over how things are put together.

We can always add convenience funcs later, e.g. something like
DialClient(jid, password), to handle the common case.
2012-07-08 23:33:37 +01:00
src/xmpp Separate stream creation from XMPP use (client, component, etc). 2012-07-08 23:33:37 +01:00
.gitignore Basic ignores. 2012-06-27 12:04:48 +01:00
client.go Separate stream creation from XMPP use (client, component, etc). 2012-07-08 23:33:37 +01:00
component.go Separate stream creation from XMPP use (client, component, etc). 2012-07-08 23:33:37 +01:00