Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 258 Bytes

simple stdin to xmpp-post-msg client

Create a conf.lua file with the following 3 lines

config={
["jid"]="[email protected]",
["passwd"]="password",
["url"]="http://xmppserver:5280/msg",
}

usage

To use give the receiving JID as an argument.