Add some new client and OS string identifiers

This commit is contained in:
Badlop 2021-05-21 11:33:22 +02:00
parent f51ac06ecd
commit f2b3151f0b
1 changed files with 12 additions and 1 deletions

View File

@ -894,6 +894,7 @@ list_elem(clients, full) ->
{"adium", adium}, {"adium", adium},
{"aqq", aqq}, {"aqq", aqq},
{"bitlbee", bitlbee}, {"bitlbee", bitlbee},
{"blabber.im", blabber_im},
{"centerim", centerim}, {"centerim", centerim},
{"coccinella", coccinella}, {"coccinella", coccinella},
{"conversations", conversations}, {"conversations", conversations},
@ -905,7 +906,7 @@ list_elem(clients, full) ->
{"imagent", messages}, {"imagent", messages},
{"instantbird", instantbird}, {"instantbird", instantbird},
{"irssi-xmpp", irssi_xmpp}, {"irssi-xmpp", irssi_xmpp},
{"jabber.el", jabberel}, {"jabber.el", jabber_el},
{"jajc", jajc}, {"jajc", jajc},
{"jbother", jbother}, {"jbother", jbother},
{"kopete", kopete}, {"kopete", kopete},
@ -919,11 +920,16 @@ list_elem(clients, full) ->
{"profanity", profanity}, {"profanity", profanity},
{"psi", psi}, {"psi", psi},
{"qip infium", qipinfium}, {"qip infium", qipinfium},
{"spark", spark},
{"swift", swift}, {"swift", swift},
{"telepathy gabble", telepathy_gabble}, {"telepathy gabble", telepathy_gabble},
{"thunderbird", thunderbird},
{"tkabber", tkabber}, {"tkabber", tkabber},
{"trillian", trillian}, {"trillian", trillian},
{"vacuum-im", vacuum_im},
{"wtw", wtw}, {"wtw", wtw},
{"xmpp messenger", xmpp_messenger},
{"xmppjabberclient", xmpp_jabber_client},
{"yaxim", yaxim}, {"yaxim", yaxim},
{"unknown", unknown} {"unknown", unknown}
]; ];
@ -939,11 +945,16 @@ list_elem(conntypes, full) ->
]; ];
list_elem(oss, full) -> list_elem(oss, full) ->
[ [
{"Android", android},
{"BSD", bsd}, {"BSD", bsd},
{"Debian", linux}, {"Debian", linux},
{"Gentoo", linux}, {"Gentoo", linux},
{"KDE", linux},
{"Linux", linux}, {"Linux", linux},
{"mac", mac},
{"Mac", mac}, {"Mac", mac},
{"Mageia", linux},
{"openSUSE", linux},
{"SunOS", linux}, {"SunOS", linux},
{"Ubuntu", linux}, {"Ubuntu", linux},
{"Win", windows}, {"Win", windows},