From 5b2d5f7bf2b9c3ad645a8f7c39ad2a271a0fb777 Mon Sep 17 00:00:00 2001 From: spla Date: Wed, 10 Aug 2022 20:29:32 +0200 Subject: [PATCH] New feature! ejabberd's user_sessions_info endpoint! --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b51bd4b..86af34e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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 `status` command! +* 9.8.2022 New feature! Added `status` command! +* 10.8.2022 New feature! ejabberd's user_sessions_info endpoint!