Commit Graph

11 Commits (master)

Author SHA1 Message Date
rcorniere 3c9b0db5b8 Fixed decoder usage.
Decoders have internal buffering, and creating many on a single TCP connection can cause issues in parsing exchanged XML documents.
4 years ago
genofire d9fdff0839 Add constants (enumlike) for stanza types and simplify packet creation (#62)
* Add constants (enumlike) for stanza types
* NewIQ, NewMessage and NewPresence are now initialized with the Attrs struct
* Update examples
* Do not export backoff code. For now, we do not need to expose backoff in the documentation
* Make presence priority an int8
5 years ago
Mickael Remond 4d015e5b29
With go modules, we should be able to remove import comments 5 years ago
Mickael Remond 5eae7f4ef7
Move project to gosrc.io/xmpp
The URL will be more permanent as this is a place we dedicate as short URL for our go projects.
5 years ago
Mickael Remond 07b0d2d14d
Cleanup and add test for IOT control set parsing 6 years ago
Mickael Remond 3e6cf2c8b0
Add link to component protocol 6 years ago
Mickael Remond 4173d9ee70
Fix link format 6 years ago
Mickael Remond b9b77f6be9
Improve code documentation 6 years ago
Mickael Remond ca148e5fe5
Improve code documentation 6 years ago
Mickael Remond ce61a253af
Fix formatting 6 years ago
Mickael Remond 8a611050b4
Add package level documentation. 6 years ago