moar clients
* add some more clients and acronyms to the list + add requirements file
This commit is contained in:
parent
d92c91147a
commit
2f9f36835c
|
@ -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:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
influxdb>=5.2.0
|
Loading…
Reference in New Issue