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},
|
||||
{"Adium", adium},
|
||||
{"Pandion", pandion},
|
||||
{"Instantbird", instantbird},
|
||||
{"Telepathy Gabble", 'telepathy-gabble'},
|
||||
{"Swift", swift},
|
||||
{"Kopete", kopete},
|
||||
|
@ -872,6 +873,8 @@ list_elem(clients, full) ->
|
|||
{"BitlBee", bitlbee},
|
||||
{"jabber.el", jabberel},
|
||||
{"mcabber", mcabber},
|
||||
{"poezio", poezio},
|
||||
{"Profanity", profanity},
|
||||
{"centerim", centerim},
|
||||
{"Conversations", conversations},
|
||||
{"yaxim", yaxim},
|
||||
|
|
Loading…
Reference in New Issue