From 79e7f6fc4af33d41f09c9c5ce93ddf853838fe0f Mon Sep 17 00:00:00 2001 From: spla Date: Tue, 9 Aug 2022 14:39:15 +0200 Subject: [PATCH] New command: status! --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1817a2e..b51bd4b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # xmpp Akkoma bot Bot to manage a xmpp ejabberd node from an Akkoma instance, by posting keywords to it. -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 bot only listen keywords from your Akkoma instance local users. They can register themselves to your ejabberd xmpp server, unregister, your xmpp node stats and its status. The keywords that they can issue against the bot are the following: @your_bot register @your_bot unregister @your_bot stats +@your_bot status The bot will process any of the above keywords thanks to the wrapper for ejabberd API (`ejabberdapi.py`, included) and the wrapper for Akkoma API (`akkoma.py`, also included) but, first time you run `python xmpp.py`, it will ask you for the needed parameters like: @@ -33,7 +34,8 @@ Before running `python xmpp.py`: Enjoy! -* 9.8.2022 New feature! Added lang support! bot replies's lang is configured during setup. Only `ca` or `en` are actually supported. +* 9.8.2022 New feature! Added lang support! bot replies's lang is configured during setup. Only `ca` or `en` are actually supported. +* 9.8.2022 New feature! Added `status` command!