From 0e0f9565c2698a66148ce777a17b1ad178d227da Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 9 May 2020 14:52:27 +0200 Subject: [PATCH] Client ressource addition * update Xabber ressource names + add Monal ressource --- metrics.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/metrics.py b/metrics.py index abc57db..e2c8d5c 100644 --- a/metrics.py +++ b/metrics.py @@ -32,8 +32,9 @@ class EjabberdMetrics: "Dino": ["dino"], "poezio": [], "profanity": [], - "Xabber": [], - "ChatSecure": ["chatsecure"] + "Xabber": ["xabber", "xabber-android"], + "ChatSecure": ["chatsecure"], + "Monal": [] } for client, names in clientmap.items():