XMPP Library written in Go. Fork of https://github.com/emgee/go-xmpp
Go to file
Matt Goodall efce8dbb97 Merge pull request #9 from emgee/fix-names
Fix various names (some breaking).

Some breaking name changes:

- FilterId -> FilterID
- Id -> ID (various struct types)
- Iq -> IQ and IqResult -> IQResult
- XMPP_CLIENT_PORT -> ClientPort

And a few related, non-breaking cleanups:

- bindIq -> bindIQ
- streamId -> streamID
- nextFilterId -> nextFilterID
2017-04-14 16:32:34 +01:00
src/xmpp Fix un-golang names (mostly case). 2017-04-14 12:21:45 +01: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 Fix un-golang names (mostly case). 2017-04-14 12:21:45 +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.