diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-01-30 09:42:21 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-01-30 09:42:21 +0100 |
commit | f79f1702f8f9bac6551f3404c8b51000dc64ec77 (patch) | |
tree | dc9739ab67c1ebd5c000f1a7ace054f5ef4f6fb5 | |
parent | b2faae2e049a235a8339303dc270756463d503f9 (diff) | |
download | xbot-f79f1702f8f9bac6551f3404c8b51000dc64ec77.tar xbot-f79f1702f8f9bac6551f3404c8b51000dc64ec77.tar.zst xbot-f79f1702f8f9bac6551f3404c8b51000dc64ec77.zip |
Add Reference to Documentation
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,3 +13,8 @@ xbot -m "Hello from your XMPP bot" -j "recipient@example.com" -p /path/to/my/xmp 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/) + |