Client ressource addition
* update Xabber ressource names + add Monal ressource
This commit is contained in:
parent
d44e4021fe
commit
0e0f9565c2
|
@ -32,8 +32,9 @@ class EjabberdMetrics:
|
||||||
"Dino": ["dino"],
|
"Dino": ["dino"],
|
||||||
"poezio": [],
|
"poezio": [],
|
||||||
"profanity": [],
|
"profanity": [],
|
||||||
"Xabber": [],
|
"Xabber": ["xabber", "xabber-android"],
|
||||||
"ChatSecure": ["chatsecure"]
|
"ChatSecure": ["chatsecure"],
|
||||||
|
"Monal": []
|
||||||
}
|
}
|
||||||
|
|
||||||
for client, names in clientmap.items():
|
for client, names in clientmap.items():
|
||||||
|
|
Loading…
Reference in New Issue