Commit Graph

12 Commits (80ba7905559be1612803006c92d21e27601c13e8)

Author SHA1 Message Date
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