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.
2019-12-10 17:53:42 +01:00
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
2019-06-22 11:13:33 +02:00
Mickael Remond
4d015e5b29
With go modules, we should be able to remove import comments
2019-06-18 16:28:30 +02:00
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.
2018-12-26 18:50:01 +01:00
Mickael Remond
07b0d2d14d
Cleanup and add test for IOT control set parsing
2018-02-13 23:04:13 +01:00
Mickael Remond
3e6cf2c8b0
Add link to component protocol
2018-01-25 23:20:22 +01:00
Mickael Remond
4173d9ee70
Fix link format
2018-01-25 23:04:08 +01:00
Mickael Remond
b9b77f6be9
Improve code documentation
2018-01-25 23:02:01 +01:00
Mickael Remond
ca148e5fe5
Improve code documentation
2018-01-25 17:04:19 +01:00
Mickael Remond
ce61a253af
Fix formatting
2018-01-10 22:09:19 +01:00
Mickael Remond
8a611050b4
Add package level documentation.
2018-01-10 22:00:24 +01:00