mod_statsdx: Recognize another few client names

This commit is contained in:
Holger Weiss 2015-02-17 12:04:29 +01:00
parent 741a1de374
commit 43add0866e
1 changed files with 3 additions and 0 deletions

View File

@ -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},