diff options
-rw-r--r-- | metrics.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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(): |