Skip to content

willmeyer/commander-im

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commander IM

An Instant Messaging interface implementation for the Commander Java application framework.

This implementation of Commander's CmdInputInterface makes it easy for Java applications to expose their command-line interface over a Jabber channel, including Google Talk. For example, here's an IM session with the daemon that runs in my car (using the car-d package):

An example IM session

Requirements & Setup

The library depends on the Smack Jabber library, redistributed in /externallibs. Install the JARs like so:

mvn install:install-file -DgroupId=org.jivesoftware.smack -DartifactId=smack -Dversion=3.1.0 -Dpackaging=jar -Dfile=smack.jar

mvn install:install-file -DgroupId=org.jivesoftware.smack -DartifactId=smackx -Dversion=3.1.0 -Dpackaging=jar -Dfile=smackx.jar

Usage

This is an implementation of CmdInputInterface; instantiate it in the context of a Commander application.

About

An Instant Messaging (IM) interface for the Commander framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages