Package: telepathy-haze
Version: 0.6.0-1
Severity: wishlist
Control: forward -1 https://bugs.freedesktop.org/show_bug.cgi?id=57201
Please apply attached patch to add skype to known protocols. It replaces
'bigbrownchunx-skype-dbus' with 'skype' in protocol list and makes it look
for im-skype.png icons.
I'd make pidgin-skype produce an empathy specific binary which installs
such icons.
Thanks for considering.
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -207,6 +207,7 @@ static const KnownProtocolInfo known_pro
{ "zephyr", "prpl-zephyr", encoding_to_charset, "x-zephyr" /* ? */ },
{ "mxit", "prpl-loubserp-mxit", NULL, "x-mxit" /* ? */ },
{ "sip", "prpl-simple", NULL, "x-sip" },
+ { "skype", "prpl-bigbrownchunx-skype-dbus", NULL, "x-skype" },
{ NULL, NULL, NULL }
};