mod_statsdx: Recognize more client software
This commit is contained in:
parent
8208d5d172
commit
d6181eefed
|
@ -862,6 +862,7 @@ list_elem(clients, full) ->
|
||||||
{"libgaim", libgaim},
|
{"libgaim", libgaim},
|
||||||
{"JBother", jbother},
|
{"JBother", jbother},
|
||||||
{"iChat", ichat},
|
{"iChat", ichat},
|
||||||
|
{"imagent", messages},
|
||||||
{"Miranda", miranda},
|
{"Miranda", miranda},
|
||||||
{"Trillian", trillian},
|
{"Trillian", trillian},
|
||||||
{"QIP Infium", qipinfium},
|
{"QIP Infium", qipinfium},
|
||||||
|
@ -870,7 +871,10 @@ list_elem(clients, full) ->
|
||||||
{"Gabber", gabber},
|
{"Gabber", gabber},
|
||||||
{"BitlBee", bitlbee},
|
{"BitlBee", bitlbee},
|
||||||
{"jabber.el", jabberel},
|
{"jabber.el", jabberel},
|
||||||
|
{"mcabber", mcabber},
|
||||||
{"centerim", centerim},
|
{"centerim", centerim},
|
||||||
|
{"Conversations", conversations},
|
||||||
|
{"yaxim", yaxim},
|
||||||
{"unknown", unknown}
|
{"unknown", unknown}
|
||||||
];
|
];
|
||||||
list_elem(conntypes, full) ->
|
list_elem(conntypes, full) ->
|
||||||
|
|
Loading…
Reference in New Issue