Add some new client and OS string identifiers
This commit is contained in:
parent
f51ac06ecd
commit
f2b3151f0b
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue