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},
|
||||
{"JBother", jbother},
|
||||
{"iChat", ichat},
|
||||
{"imagent", messages},
|
||||
{"Miranda", miranda},
|
||||
{"Trillian", trillian},
|
||||
{"QIP Infium", qipinfium},
|
||||
|
@ -870,7 +871,10 @@ list_elem(clients, full) ->
|
|||
{"Gabber", gabber},
|
||||
{"BitlBee", bitlbee},
|
||||
{"jabber.el", jabberel},
|
||||
{"mcabber", mcabber},
|
||||
{"centerim", centerim},
|
||||
{"Conversations", conversations},
|
||||
{"yaxim", yaxim},
|
||||
{"unknown", unknown}
|
||||
];
|
||||
list_elem(conntypes, full) ->
|
||||
|
|
Loading…
Reference in New Issue