moar clients

* add some more clients and acronyms to the list
+ add requirements file
This commit is contained in:
nico 2019-10-29 17:01:24 +01:00
parent d92c91147a
commit 2f9f36835c
Signed by: mightyBroccoli
GPG Key ID: EA7C31AAB1BDC1A2
2 changed files with 8 additions and 1 deletions

8
ejabberdrpc.py Executable file → Normal file
View File

@ -29,10 +29,16 @@ class EjabberdMetrics():
"Conv6ations for Sum7": ["Conversations with IPv6"],
"Conversations": [],
"Pix-Art Messenger": [],
"Gajim": ["gajim", "Gajim"],
"Psi+": [],
"jitsi": [],
"dino": [],
"Dino": ["dino", "Dino"],
"poezio": [],
"profanity": [],
"Xabber": [],
"ChatSecure": ["chatsecure"]
}
for client, names in clientmap.items():
for c in names:
if c in resource:

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
influxdb>=5.2.0