forked from chteufleur/go-xmpp
XMPP Library written in Go.
Fork of https://github.com/emgee/go-xmpp
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 |
||
|---|---|---|
| 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.