pidgin/plugins/disco/xmppdisco.c

branch
release-2.x.y
changeset 43264
50facee54d1d
parent 38256
035f00c4fd87
equal deleted inserted replaced
43263:b9cf92c8b16b 43264:50facee54d1d
248 248
249 static const struct { 249 static const struct {
250 const char *from; 250 const char *from;
251 const char *to; 251 const char *to;
252 } disco_type_mappings[] = { 252 } disco_type_mappings[] = {
253 { "gadu-gadu", "gadu-gadu" }, /* the prpl is prpl-gg, but list_icon returns "gadu-gadu" */
254 { "sametime", "meanwhile" },
255 { "xmpp", "jabber" }, /* prpl-jabber (mentioned in case the prpl is renamed so this line will match) */ 253 { "xmpp", "jabber" }, /* prpl-jabber (mentioned in case the prpl is renamed so this line will match) */
256 { NULL, NULL } 254 { NULL, NULL }
257 }; 255 };
258 256
259 static const gchar * 257 static const gchar *

mercurial