telepathy-haze: Expose third-party Skype prpl as 'skype'
Will Thompson
wjt at kemper.freedesktop.org
Sat Nov 17 10:21:23 PST 2012
Module: telepathy-haze
Branch: master
Commit: 3d4b6b41f6994b2c90890e8ba7bac53e947343f6
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=3d4b6b41f6994b2c90890e8ba7bac53e947343f6
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sat Nov 17 18:16:16 2012 +0000
Expose third-party Skype prpl as 'skype'
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=57201
Signed-off-by: Will Thompson <will.thompson at collabora.co.uk>
---
src/protocol.c | 1 +
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 }
};
More information about the telepathy-commits
mailing list