From d294d51a819302464012b0039e388454d09b8007 Mon Sep 17 00:00:00 2001 From: spla Date: Mon, 8 Aug 2022 23:03:54 +0200 Subject: [PATCH] Updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44830a8..37b0d62 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # xmpp Akkoma bot bot to manage an xmpp ejabberd node by posting keywords to it from your Akkoma account. -The bot only listen keywords from your Akkoma instance local users. They can register themselves to your xmpp server, unregister and also get your xmpp node stats. -The keywords that Akkoma instance local users can use are: +The bot only listen keywords from your Akkoma instance local users. They can register themselves to your ejabberd xmpp server, unregister or also get your xmpp node stats. +The keywords that your Akkoma instance local users can issue against the bot are the following: @your_bot register @your_bot unregister @your_bot stats -The bot will process the keyword thanks to the wrapper for ejabberd (included) and the wrapper for Akkoma (also included) but first time you run `python xmpp.py` it will ask for the needed parameters like: +The bot will process any of the above keywords thanks to the wrapper for ejabberd API (included) and the wrapper for Akkoma API (also included) but, first time you run `python xmpp.py`, it will ask you for the needed parameters like: - api_base_url: http://127.0.0.1:5280 - local_vhost: your local ejabberd vhost