Skip to content

This is a (very) small CLI tool to send a single message via XMPP.

License

Notifications You must be signed in to change notification settings

xperimental/xmppsend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

xmppsend

This is a (very) small CLI tool to send a single message via XMPP.

I use it to deliver notifications from Zabbix because the Jabber client in there is broken TLS-wise.

Usage

Install go and then run go install github.com/xperimental/xmppsend, then you should have it available in your path.

Then use:

$ xmppsend -help
Usage of xmppsend:
  -msg string
    	Message to send.
  -password string
    	Password of sender.
  -to string
    	JID of recipient.
  -user string
    	JID of sender.

About

This is a (very) small CLI tool to send a single message via XMPP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages