aboutsummaryrefslogtreecommitdiffstats
path: root/ejabberdrpc.py
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2019-12-07 14:48:25 +0100
committerMartin/Geno <geno+dev@fireorbit.de>2019-12-07 14:48:25 +0100
commit9c33cf856b7fc51300f7c803195a8b75f7fa127e (patch)
tree580d2a3cfe59d67762cbc2a1ceb885a8e615576a /ejabberdrpc.py
parente3e3222f203d8ec209bd63d1229090472ef7ba49 (diff)
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.
Diffstat (limited to 'ejabberdrpc.py')
-rw-r--r--[-rwxr-xr-x]ejabberdrpc.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/ejabberdrpc.py b/ejabberdrpc.py
index cee769b..f1215e9 100755..100644
--- 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: