Commit Graph

14 Commits (160-regression)

Author SHA1 Message Date
rcorniere 8798ff6fc1 - Changed IQ stanzas to pointer semantics
4 years ago
remicorniere 1822089db6 Tests for Component and code style fixes (#129)
4 years ago
Mickael Remond ce05c3226c
Fix failing tests
5 years ago
Wichert Akkerman a0e74051fd Use a channel based API for SendIQ
5 years ago
Wichert Akkerman 83bc8581fd Cleanup the IQ result route API
5 years ago
Wichert Akkerman 070934743f Add tests for iq result routes
5 years ago
Mickael Remond 428787d7ab
Refactor and move parsing and stanza to a separate package
5 years ago
Mickael Remond d6d371df4d Do not export Router.route as it is not supposed to be called directly
5 years ago
Mickael Remond e9c704eff5
Fix router after #62 merge
5 years ago
genofire d9fdff0839 Add constants (enumlike) for stanza types and simplify packet creation (#62)
5 years ago
Mickaël Rémond 145fce6b3f
Add StanzaType matcher / Clarify empty route behaviour (#65)
5 years ago
Mickael Remond af0ae525b8 An IQ can only have a single payload
5 years ago
Mickael Remond 9db33d5792 Introduce Sender interface to abstract client sending in router handlers
5 years ago
Mickael Remond b05e68c844 Add router to make it easier to set up routing info
5 years ago