summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giacone <1o5g4r8o@gmail.com>2012-11-17 18:16:16 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-11-17 18:17:08 +0000
commit3d4b6b41f6994b2c90890e8ba7bac53e947343f6 (patch)
treecd8cdabe5bb91239679b013cc71a68c2804164f4
parent3915dbc1d2d343cbeed93e1453daba94860a875a (diff)
downloadtelepathy-haze-3d4b6b41f6994b2c90890e8ba7bac53e947343f6.tar.gz
Expose third-party Skype prpl as 'skype'
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=57201 Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
-rw-r--r--src/protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.c b/src/protocol.c
index 6fd279e..34b3212 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -207,6 +207,7 @@ static const KnownProtocolInfo known_protocol_info[] = {
{ "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 }
};