Commit Graph

19 Commits (160-regression)

Author SHA1 Message Date
Bohdan Horbeshko e55463fc98 Fix passing Component to StreamManager
2 years ago
CORNIERE Rémi 0a4acd12c3 Fix issue #160
4 years ago
rcorniere e59a86c380 Refactor tests
4 years ago
rcorniere 8798ff6fc1 - Changed IQ stanzas to pointer semantics
4 years ago
remicorniere 94aceac802 Changed "Disconnect" to wait for the closing stream tag. (#141)
4 years ago
remicorniere 1822089db6 Tests for Component and code style fixes (#129)
4 years ago
Mickael Remond 6aa1e668ee
Fix issues after refactor
5 years ago
Wichert Akkerman eda5c23c54 Add SendIQ to StreamClient and Sender
5 years ago
Martin/Geno 6f9808fe16 fix(doc): typos
5 years ago
Mickael Remond 3de99e0e0e Add initial support for stream management
5 years ago
Mickael Remond 9577036327 Add support for self-signed certificates
5 years ago
Mickael Remond 318e5e8a50
Postconnect method should receive an xmpp.Sender and not directly a client
5 years ago
Mickael Remond 428787d7ab
Refactor and move parsing and stanza to a separate package
5 years ago
genofire d9fdff0839 Add constants (enumlike) for stanza types and simplify packet creation (#62)
5 years ago
Mickael Remond 4d015e5b29
With go modules, we should be able to remove import comments
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
Mickael Remond 736a60cd1b Use StreamClient interface in StreamManager
5 years ago
Mickael Remond 021f6d3740 Refactor ClientManager into a more generic StreamManager
5 years ago