From 9c33cf856b7fc51300f7c803195a8b75f7fa127e Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 7 Dec 2019 14:48:25 +0100 Subject: systemd compliance + add possibility to customize db name via config file + file path configurations are dealt with dynamically * at least Debian does not feature a group called nobody it is called nogroup I am not sure if other systems feature a group called nobody. --- ejabberdrpc.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 100755 => 100644 ejabberdrpc.py (limited to 'ejabberdrpc.py') diff --git a/ejabberdrpc.py b/ejabberdrpc.py old mode 100755 new mode 100644 index cee769b..f1215e9 --- a/ejabberdrpc.py +++ b/ejabberdrpc.py @@ -29,10 +29,16 @@ class EjabberdMetrics(): "Conv6ations for Sum7": ["Conversations with IPv6"], "Conversations": [], "Pix-Art Messenger": [], + "Gajim": ["gajim"], + "Psi+": [], "jitsi": [], - "dino": [], + "Dino": ["dino"], "poezio": [], + "profanity": [], + "Xabber": [], + "ChatSecure": ["chatsecure"] } + for client, names in clientmap.items(): for c in names: if c in resource: -- cgit v1.2.3-54-g00ecf