Skip to content

Xmpp client written in bash / ash (openwrt). It's only dependency is ncat (or similar) for the actual ssl connection.

License

Notifications You must be signed in to change notification settings

vkhalil/shell-xmpp-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the successor of my code.google.com project: https://code.google.com/p/shell-xmpp-client/

I have imported the code.google.com versions as separate branches.

This program hasn't been tested very much. If you notice some weird behaviour, please enable debugging.

Please look at Session.md for an example on how to use the app version of this program.

You need ncat or netcat for the connection, but no other external library. Most parsing is done with sed (and grep).

I implemented this client/bot to remote control my openwrt router.

Look at bot_simple or bot for examples.

shell-xmpp-client should work in bash and ash.

(ash hasn't been tested much in the successor version!)

If you need another license (BSD, MIT,...) please contact me.

For https://npmjs.org/package/versiontag : Version 2.0.0

About

Xmpp client written in bash / ash (openwrt). It's only dependency is ncat (or similar) for the actual ssl connection.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%