diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-01-24 18:08:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-24 18:08:19 +0700 |
commit | a428f1a4cd982b25fe2d5c0ba689065b4571f04f (patch) | |
tree | 70c6d1452805a806c8cc5184ee023718fdedd90b /network/sendxmpp/README | |
parent | 2fac409655bbb5b1101976f0e2befb7779a5047e (diff) |
network/sendxmpp: Added (send xmpp messages from the command line).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sendxmpp/README')
-rw-r--r-- | network/sendxmpp/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/sendxmpp/README b/network/sendxmpp/README new file mode 100644 index 0000000000000..0424290288e11 --- /dev/null +++ b/network/sendxmpp/README @@ -0,0 +1,5 @@ +sendxmpp is a program to send XMPP (Jabber) messages from the command +line, not unlike mail(1). Messages can be sent both to individual +recipients and chatrooms. + +XMPP is an open, non-proprietary protocol for instant messaging. |