first idea of sendxmpp

This commit is contained in:
Martin/Geno
2019-07-17 00:31:33 +02:00
committed by Mickaël Rémond
parent c41d068c9f
commit 6aa942dd58
7 changed files with 237 additions and 0 deletions

17
cmd/sendxmpp/README.md Normal file
View File

@@ -0,0 +1,17 @@
# sendXMPP
sendxmpp is a tool to send messages from commandline
## Installation
To install `sendxmpp` in your Go path:
```
$ go get -u gosrc.io/xmpp/cmd/sendxmpp
```
## Usage
```
$ xmpp-check --help
```