aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmetrics.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/metrics.py b/metrics.py
index ede3b1b..e81e7dd 100755
--- a/metrics.py
+++ b/metrics.py
@@ -22,18 +22,19 @@ class EjabberdMetrics(EjabberdApiCalls):
def _client(self, resource):
clientmap = {
+ "blabber.im": [],
+ "ChatSecure": ["chatsecure"],
"Conv6ations": ["Conversations with IPv6", "Conv6ations for Sum7"],
"Conversations": [],
- "Pix-Art Messenger": [],
+ "Dino": ["dino"],
"Gajim": ["gajim"],
- "Psi+": [],
"jitsi": [],
- "Dino": ["dino"],
+ "Monal": [],
+ "Pix-Art Messenger": [],
"poezio": [],
"profanity": [],
+ "Psi+": [],
"Xabber": ["xabber", "xabber-android"],
- "ChatSecure": ["chatsecure"],
- "Monal": [],
}
for client, names in clientmap.items():