telepathy-haze: Add skype-x11 to known protocols, rename the other to skype-dbus

Will Thompson wjt at kemper.freedesktop.org
Wed Nov 21 08:45:21 PST 2012


Module: telepathy-haze
Branch: master
Commit: 156316d1cfd2fb36311882a0ca0ed569893878da
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=156316d1cfd2fb36311882a0ca0ed569893878da

Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Wed Nov 21 16:44:12 2012 +0000

Add skype-x11 to known protocols, rename the other to skype-dbus

I'd like having both so users can test both, like on pidgin. linux skype
apis often are broken, one could be better than the other.

Signed-off-by: Will Thompson <will.thompson at collabora.co.uk>

---

 src/protocol.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/protocol.c b/src/protocol.c
index 34b3212..639e25e 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -207,7 +207,8 @@ 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" },
+    { "skype-dbus", "prpl-bigbrownchunx-skype-dbus", NULL, "x-skype" },
+    { "skype-x11", "prpl-bigbrownchunx-skype", NULL, "x-skype" },
     { NULL, NULL, NULL }
 };
 



More information about the telepathy-commits mailing list