Connect to XMPP, join room, send message
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
36673bd5bf
commit
0cba90dd68
5 changed files with 257 additions and 19 deletions
|
|
@ -13,3 +13,5 @@ log = "0.4"
|
|||
tokio = { version = "1", features = [ "full" ] }
|
||||
pretty_env_logger = "0.5"
|
||||
serde_json = "1.0"
|
||||
xmpp = "0.4"
|
||||
xmpp-parsers = "0.19"
|
||||
|
|
|
|||
Loading…
Reference in a new issue