mod_statsdx: Recognize another few client names
This commit is contained in:
parent
741a1de374
commit
43add0866e
|
@ -855,6 +855,7 @@ list_elem(clients, full) ->
|
||||||
{"Psi", psi},
|
{"Psi", psi},
|
||||||
{"Adium", adium},
|
{"Adium", adium},
|
||||||
{"Pandion", pandion},
|
{"Pandion", pandion},
|
||||||
|
{"Instantbird", instantbird},
|
||||||
{"Telepathy Gabble", 'telepathy-gabble'},
|
{"Telepathy Gabble", 'telepathy-gabble'},
|
||||||
{"Swift", swift},
|
{"Swift", swift},
|
||||||
{"Kopete", kopete},
|
{"Kopete", kopete},
|
||||||
|
@ -872,6 +873,8 @@ list_elem(clients, full) ->
|
||||||
{"BitlBee", bitlbee},
|
{"BitlBee", bitlbee},
|
||||||
{"jabber.el", jabberel},
|
{"jabber.el", jabberel},
|
||||||
{"mcabber", mcabber},
|
{"mcabber", mcabber},
|
||||||
|
{"poezio", poezio},
|
||||||
|
{"Profanity", profanity},
|
||||||
{"centerim", centerim},
|
{"centerim", centerim},
|
||||||
{"Conversations", conversations},
|
{"Conversations", conversations},
|
||||||
{"yaxim", yaxim},
|
{"yaxim", yaxim},
|
||||||
|
|
Loading…
Reference in New Issue