Commit Graph

342 Commits (3b66e318886bd3dc86838713d5d5adbd8006c180)
 

Author SHA1 Message Date
Mickael Remond 3b66e31888 We do not need the Content to be innerxml. cdata is enough.
Fixes #110
5 years ago
Mickael Remond 005c8823d9 Fixes issue with unescaped character %
Fixes #113
5 years ago
Mickael Remond 2cdda48467 Update xerrors dependency for go 1.13 5 years ago
Mickael Remond 8794ea6ed8
Check if we have a connection open before trying to close it
Fixes #22
5 years ago
Martin/Geno 7e596fc33c quick fix for component see #47 5 years ago
Martin/Geno 6f9808fe16 fix(doc): typos 5 years ago
Wichert Akkerman 7b1f83f6b7 Expose Route.AddMatcher
This fixes #102
5 years ago
Martin/Geno 6005a964ba fix stream management for component + add test 5 years ago
Mickael Remond d3b45b42a5
Fix typo 5 years ago
Martin/Geno 6e65ba2a0b fix naming from fluxxmpp to fluuxmpp 5 years ago
Martin/Geno 76f59be5ed merge commandline tools 5 years ago
Mickael Remond 80d2e0fa1e Remove debug print-out 5 years ago
Mickael Remond 2e864ff7f6 Clean-up: remove test/debug code 5 years ago
Mickael Remond 3de99e0e0e Add initial support for stream management
For now it support enabling SM, replying to ack requests from server,
and trying resuming the session with existing Stream Management state.
5 years ago
Mickael Remond e531370dc9
An invalid certificate is a permanent error if we do not skip cert check 5 years ago
Mickael Remond 4e185f4bb6
Use intermediate version (before 0.2.0) to fix stanza package usage 5 years ago
Mickael Remond 4f1e0ded97 Simplify disco with builder helpers 5 years ago
Mickael Remond 176dcdce33 Simplify disco and software version
Make use of helpers.
5 years ago
Mickael Remond 61adf7e414 Add builder & test on software version helpers 5 years ago
Mickael Remond 014957e029 Expand comments 5 years ago
Mickael Remond 69118a952a Add helpers for IQ DiscoItems 5 years ago
Mickael Remond 1c74d102c7
Fix reference to missing tag 5 years ago
Mickael Remond 7ab6c3a62d
Refactor to start removing global variables 5 years ago
Mickael Remond a3867dd0b3
Expand TODO list 5 years ago
Mickael Remond d2a1329dc6
Report errors 5 years ago
Mickael Remond 6ff7812ac4
go mod tidy 5 years ago
Mickael Remond 3453336f27
For now we need to use master version for xmpp module 5 years ago
Mickael Remond a23194ad96
Add submodule for commands
The goal is to keep dependencies list minimal for users of the xmpp
modules. We do not want to force to increase largely the number of
indirect dependencies when you require xmpp.

The command-line stuff may not likely be needed in the end developer
application.
5 years ago
Mickael Remond f984a93e63
Formatting 5 years ago
Mickael Remond 6a5f2750f1
Clean-up 5 years ago
Mickaël Rémond e553028754 Minor wording fixes 5 years ago
Mickaël Rémond fed23ad7ad Minor improvements for sendxmpp doc 5 years ago
Mickaël Rémond 244acdc02a Fix typos 5 years ago
Mickaël Rémond 4d6c783619 Improve wording 5 years ago
Martin/Geno 5697d40e5c use - instatt of --stdin to detect stdin 5 years ago
genofire ff5885f29d todo for sendxmpp 5 years ago
Martin/Geno e3e57ac803 add parameter and config for address to sendxmpp 5 years ago
Martin/Geno 3daa5c505c fix README.md 5 years ago
Martin/Geno 0fb90abcf7 improve authentification 5 years ago
Martin/Geno 6aa942dd58 first idea of sendxmpp 5 years ago
Mickael Remond c41d068c9f
Improve comments 5 years ago
Mickael Remond 9f095cb90f
Update dependencies 5 years ago
Mickael Remond 7deaf59642
Quickfix for build error
See #94
5 years ago
genofire fe6cea870d use highest DNS-SRV entry for client connection 5 years ago
Martin/Geno 323de704f6 improve command xmpp-check 5 years ago
Martin/Geno e05f36c69f init empty TLSConfig, if nothing given 5 years ago
Mickael Remond d36428fb2f
Avoid copying tls.Config lock
Fixes #90
5 years ago
Mickael Remond 9577036327 Add support for self-signed certificates 5 years ago
Mickael Remond 79803a8af9
Improves comments 5 years ago
Mickael Remond 604d2c6c1e
Improves comments 5 years ago