diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ + # xbot -A Software to create simpel Chat Bots for the XMPP/Jabber Protocol.
\ No newline at end of file +A Software to create simpel Chat Bots for the XMPP/Jabber Protocol. + +## Current State + +This software is not ready to use. The first milestone is a simple terminal application which sends a message on a command like this: + +``` +xbot -m "Hello from your XMPP bot" -j "recipient@example.com" -p /path/to/my/xmpp/profile.ini +``` + +Have a look at ```example_profile.ini``` to see how your own JID and password have to be formalized. + |