update: add blabber.im client
+ add blabber.im client resource matrix * sort client matrix alphabetically
This commit is contained in:
parent
57e8ea2304
commit
c19557a320
13
metrics.py
13
metrics.py
|
@ -22,18 +22,19 @@ class EjabberdMetrics(EjabberdApiCalls):
|
||||||
|
|
||||||
def _client(self, resource):
|
def _client(self, resource):
|
||||||
clientmap = {
|
clientmap = {
|
||||||
|
"blabber.im": [],
|
||||||
|
"ChatSecure": ["chatsecure"],
|
||||||
"Conv6ations": ["Conversations with IPv6", "Conv6ations for Sum7"],
|
"Conv6ations": ["Conversations with IPv6", "Conv6ations for Sum7"],
|
||||||
"Conversations": [],
|
"Conversations": [],
|
||||||
"Pix-Art Messenger": [],
|
|
||||||
"Gajim": ["gajim"],
|
|
||||||
"Psi+": [],
|
|
||||||
"jitsi": [],
|
|
||||||
"Dino": ["dino"],
|
"Dino": ["dino"],
|
||||||
|
"Gajim": ["gajim"],
|
||||||
|
"jitsi": [],
|
||||||
|
"Monal": [],
|
||||||
|
"Pix-Art Messenger": [],
|
||||||
"poezio": [],
|
"poezio": [],
|
||||||
"profanity": [],
|
"profanity": [],
|
||||||
|
"Psi+": [],
|
||||||
"Xabber": ["xabber", "xabber-android"],
|
"Xabber": ["xabber", "xabber-android"],
|
||||||
"ChatSecure": ["chatsecure"],
|
|
||||||
"Monal": [],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for client, names in clientmap.items():
|
for client, names in clientmap.items():
|
||||||
|
|
Loading…
Reference in New Issue