Commit Graph

86 Commits (f1331dcebc7f45981962650aba74f1d63978ce31)

Author SHA1 Message Date
rcorniere e59a86c380 Refactor tests
4 years ago
rcorniere 086ceb4047 Removed unnecessary dependencies from the core lib go.mod
4 years ago
rcorniere 8798ff6fc1 - Changed IQ stanzas to pointer semantics
4 years ago
remicorniere 947fcf0432 PubSub protocol support (#142)
4 years ago
CORNIERE Rémi 1ba2add651 Example client with TUI
4 years ago
Mickael Remond 08878ed4a2
Update go.sum file
5 years ago
Mickael Remond ebb6e845bf
Update requirements to go1.13 as required by new websockets dependencies
5 years ago
Wichert Akkerman 7fa4b06705 Move address into transport config
5 years ago
Mickael Remond 9c8353d081 Introduce Credential structure to define auth type
5 years ago
Mickael Remond 2cdda48467 Update xerrors dependency for go 1.13
5 years ago
Martin/Geno 6f9808fe16 fix(doc): typos
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 4e185f4bb6
Use intermediate version (before 0.2.0) to fix stanza package usage
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
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
Martin/Geno 323de704f6 improve command xmpp-check
5 years ago
Mickaël Rémond d455f29258
Fix installation note
5 years ago
Mickael Remond 683fdea2ec
Fix installation note
5 years ago
Mickael Remond 7f889909fd
Add initial doc for xmpp-check
5 years ago
Mickael Remond 4d015e5b29
With go modules, we should be able to remove import comments
5 years ago
Mickael Remond c8ded1462f
Fix import path
5 years ago
Mickael Remond 28ae759144
Fix import path
5 years ago
Mickael Remond 55c7251fac
Fix import for go get
5 years ago
Mickael Remond d4a8616da2
Move examples out of the cmd directory
5 years ago
Mickael Remond 3689448c90
Adds an example directly in README file to get a feel of the API
5 years ago
Mickael Remond 0865f4e35c
Improves comments
5 years ago
Mickael Remond 2d8d4516fd
Handling basic unrecoverable errors
5 years ago
Mickael Remond a451e64638
Improves comments
5 years ago
Mickaël Rémond 2f391fde80
Add Client Manager to monitor connection state and trigger reconnect (#39)
5 years ago
Mickael Remond 80d8d6d231
Apply namespace fixes from #33
5 years ago
Mickael Remond 7a4364be95 Refactor / clean up registry
5 years ago
Mickael Remond b3a6429e0e
Check for errors in component connect.
5 years ago