2
0
mirror of https://github.com/FluuxIO/go-xmpp synced 2024-11-03 15:40:13 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Mickael Remond
08878ed4a2
Update go.sum file 2019-11-04 16:32:59 +01:00
Mickael Remond
ebb6e845bf
Update requirements to go1.13 as required by new websockets dependencies 2019-10-29 14:52:31 +01:00
Mickael Remond
9c8353d081 Introduce Credential structure to define auth type
For now we are planning to support Password and OAuthToken.
In the future, we would like to add certificate-based authentication.
2019-10-01 11:40:31 +02:00
Mickael Remond
2cdda48467 Update xerrors dependency for go 1.13 2019-09-27 16:32:53 +02:00
Mickael Remond
6ff7812ac4
go mod tidy 2019-07-27 17:34:10 -07:00
Mickael Remond
3453336f27
For now we need to use master version for xmpp module 2019-07-27 17:31:11 -07:00
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.
2019-07-27 17:15:28 -07:00