mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2024-11-22 02:22:00 -08:00
18 lines
209 B
Markdown
18 lines
209 B
Markdown
|
# 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
|
||
|
```
|