| 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 * |