blob: 61063b7c7037de01b61650d61493bdb0ce0ed783 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# xbot
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.
## Links
- [XMPP Protocol Definition - RFC3920](https://xmpp.org/rfcs/rfc3920.html)
- [libstrophe Website with Doxygen Documentation](http://strophe.im/libstrophe/)
|