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