1
0
Fork 0
XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Chteufleur f7b1e7ecb2 Add params for presence and disco info
- Add Show, Status, Photo and Nick into presence stanza
 - Add Node attribute into DiscoInfo payload
2016-04-20 22:10:37 +02:00
src/xmpp Add params for presence and disco info 2016-04-20 22:10:37 +02:00
.gitignore Basic ignores. 2012-06-27 12:04:48 +01:00
LICENSE Add license (MIT). 2016-04-16 23:32:10 +01:00
README Quick README. 2012-07-20 15:13:42 +01:00
client.go go fix. Clearly, I need to run this more often ;) 2012-07-18 11:40:36 +01:00
component.go Replace Send/Recv funcs with In/Out channels. 2012-07-18 11:22:59 +01:00
tail.go go fix. Clearly, I need to run this more often ;) 2012-07-18 11:40:36 +01:00
throughput.go Report and exit on unexpected error. 2013-04-23 09:16:08 +01:00

README

Go package for implementing XMPP clients and components.

See src/xmpp/doc.go for overview.