update: add blabber.im client

+ add blabber.im client resource matrix
* sort client matrix alphabetically
This commit is contained in:
nico 2020-11-15 23:33:33 +01:00
parent 57e8ea2304
commit c19557a320
Signed by: mightyBroccoli
GPG Key ID: EA7C31AAB1BDC1A2
1 changed files with 7 additions and 6 deletions

View File

@ -22,18 +22,19 @@ class EjabberdMetrics(EjabberdApiCalls):
def _client(self, resource):
clientmap = {
"blabber.im": [],
"ChatSecure": ["chatsecure"],
"Conv6ations": ["Conversations with IPv6", "Conv6ations for Sum7"],
"Conversations": [],
"Pix-Art Messenger": [],
"Gajim": ["gajim"],
"Psi+": [],
"jitsi": [],
"Dino": ["dino"],
"Gajim": ["gajim"],
"jitsi": [],
"Monal": [],
"Pix-Art Messenger": [],
"poezio": [],
"profanity": [],
"Psi+": [],
"Xabber": ["xabber", "xabber-android"],
"ChatSecure": ["chatsecure"],
"Monal": [],
}
for client, names in clientmap.items():