Commit Graph

20 Commits (master)

Author SHA1 Message Date
rcorniere 5fcb1c4337 Refactor tests 4 years ago
rcorniere 2083cbf29c Various fixes 4 years ago
rcorniere 8798ff6fc1 - Changed IQ stanzas to pointer semantics
- Fixed commands from v 0.4.0 and tests
- Added primitive Result Sets support (XEP-0059)
4 years ago
Jerome Sautret 6e2ba9ca57 Remove context leak warnings 4 years ago
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.
5 years ago
CORNIERE Rémi 5eff2d7623 Added callback to process errors after connection.
Added tests and refactored a bit.
5 years ago
remicorniere 1822089db6 Tests for Component and code style fixes (#129)
* Tests for Component and code style fixes
5 years ago
remicorniere 7d89353156 Fix SIGSEGV in xmpp_component (#126)
* SIGSEGV in xmpp_component example with Prosody #126
5 years ago
Martin/Geno 6005a964ba fix stream management for component + add test 5 years ago
Mickael Remond 428787d7ab
Refactor and move parsing and stanza to a separate package 5 years ago
Mickael Remond af0ae525b8 An IQ can only have a single payload
"An IQ stanza of type "get" or "set" MUST contain exactly one
 child element, which specifies the semantics of the particular
 request."
5 years ago
Mickael Remond 4d015e5b29
With go modules, we should be able to remove import comments 5 years ago
Mickael Remond 61cdac89e0 Add support for generating delegation forwarded iq response 5 years ago
Mickael Remond c6f0d03f60 Add support for delegation namespace packet parsing
Refactor and clean up pubsub & pep files
5 years ago
Mickael Remond 6fc12e9779 Fix import and test 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 bdfd035bf3
Handshake minor refactor 6 years ago
Mickael Remond b21fee420f
Code clean-up 6 years ago
Mickael Remond 90865aeb8e
Adhoc test component can successfully connect to ejabberd 6 years ago