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
.gitignore
LICENSE
README
client.go
component.go
tail.go
throughput.go

README

Go package for implementing XMPP clients and components.

See src/xmpp/doc.go for overview.