From f2b3151f0b679e282f30a8d553f8bcc72086f90d Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 21 May 2021 11:33:22 +0200 Subject: [PATCH] Add some new client and OS string identifiers --- mod_statsdx/src/mod_statsdx.erl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mod_statsdx/src/mod_statsdx.erl b/mod_statsdx/src/mod_statsdx.erl index 55a3673..1d8d6b8 100644 --- a/mod_statsdx/src/mod_statsdx.erl +++ b/mod_statsdx/src/mod_statsdx.erl @@ -894,6 +894,7 @@ list_elem(clients, full) -> {"adium", adium}, {"aqq", aqq}, {"bitlbee", bitlbee}, + {"blabber.im", blabber_im}, {"centerim", centerim}, {"coccinella", coccinella}, {"conversations", conversations}, @@ -905,7 +906,7 @@ list_elem(clients, full) -> {"imagent", messages}, {"instantbird", instantbird}, {"irssi-xmpp", irssi_xmpp}, - {"jabber.el", jabberel}, + {"jabber.el", jabber_el}, {"jajc", jajc}, {"jbother", jbother}, {"kopete", kopete}, @@ -919,11 +920,16 @@ list_elem(clients, full) -> {"profanity", profanity}, {"psi", psi}, {"qip infium", qipinfium}, + {"spark", spark}, {"swift", swift}, {"telepathy gabble", telepathy_gabble}, + {"thunderbird", thunderbird}, {"tkabber", tkabber}, {"trillian", trillian}, + {"vacuum-im", vacuum_im}, {"wtw", wtw}, + {"xmpp messenger", xmpp_messenger}, + {"xmppjabberclient", xmpp_jabber_client}, {"yaxim", yaxim}, {"unknown", unknown} ]; @@ -939,11 +945,16 @@ list_elem(conntypes, full) -> ]; list_elem(oss, full) -> [ + {"Android", android}, {"BSD", bsd}, {"Debian", linux}, {"Gentoo", linux}, + {"KDE", linux}, {"Linux", linux}, + {"mac", mac}, {"Mac", mac}, + {"Mageia", linux}, + {"openSUSE", linux}, {"SunOS", linux}, {"Ubuntu", linux}, {"Win", windows},