From 43add0866e6e89f205ec8d4591a1f2cee5c0f509 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 17 Feb 2015 12:04:29 +0100 Subject: [PATCH] mod_statsdx: Recognize another few client names --- mod_statsdx/src/mod_statsdx.erl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod_statsdx/src/mod_statsdx.erl b/mod_statsdx/src/mod_statsdx.erl index 440d62d..dd9434d 100644 --- a/mod_statsdx/src/mod_statsdx.erl +++ b/mod_statsdx/src/mod_statsdx.erl @@ -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},