summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giacone <1o5g4r8o@gmail.com>2012-11-21 16:44:12 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-11-21 16:44:42 +0000
commit156316d1cfd2fb36311882a0ca0ed569893878da (patch)
tree9de1827d30e9e2f214104ad9805838c04579096c
parent3d4b6b41f6994b2c90890e8ba7bac53e947343f6 (diff)
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@collabora.co.uk>
-rw-r--r--src/protocol.c3
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 }
};