Commit Graph

471 Commits (master)
 

Author SHA1 Message Date
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
Mickael Remond 7c71d93026
Remove unused channels 5 years ago
Mickael Remond cca0919b8a
Fix session element parsing on IQ 5 years ago
Mickael Remond 40e907e8ee
Clean-up & refactor 5 years ago
Mickael Remond 838c059398
Remove Bind in the payload list, as it is intended to be used by XMPP client and not by users of the library. 5 years ago
Mickael Remond 3ba59afd6e
Start listing supported specifications 5 years ago
Mickael Remond 661188752e
Formatting 5 years ago
Mickael Remond 409d563eec
Update README example after API change 5 years ago
Mickael Remond d90cc239ae
Spelling consistency 5 years ago
Mickaël Rémond b35868b689
Improve stanza package documentation 5 years ago
Mickael Remond 6165232d7a
Improves documentation of stanza package 5 years ago
Mickael Remond 91c562200d
Move missing file to stanza package 5 years ago
Mickael Remond 5992cc2231 Fix XMPP logger consistency
- Rename socketProxy to StreamLogger
- Ensure client send traffic through the logger
5 years ago
Mickael Remond 318e5e8a50
Postconnect method should receive an xmpp.Sender and not directly a client
Fixes #80
5 years ago
Mickael Remond a465e370e2
Rename check_cert 5 years ago
Mickael Remond 9bb4f32769
Clean up & documentation 5 years ago
Mickael Remond e3c0747cbb
Improves documentation: Explain how to create a custom stanza extension 5 years ago
Mickaël Rémond 0fd1bb2483
Merge pull request #79: Stanza package & pattern to help building stanzas
- Move parsing and stanza marshalling / unmarshalling to stanza package
- Add pattern & basic helpers to simplify stanza building.
This was requested on #61
5 years ago
Mickael Remond 4a4fc39cf6
Merge with changes from master 5 years ago
Mickael Remond 5db9a80605
Move example to new data structure 5 years ago
Mickael Remond 20a66dc47d
Use an approach to build stanza that do not require a "builder" abstraction 5 years ago
Mickael Remond 1dacc663d3
Add basic builder support 5 years ago