summaryrefslogtreecommitdiff
path: root/libpurple/protocols/yahoo/libyahoo.c
diff options
context:
space:
mode:
authorJohn Bailey <rekkanoryo@rekkanoryo.org>2010-04-02 06:42:32 +0000
committerJohn Bailey <rekkanoryo@rekkanoryo.org>2010-04-02 06:42:32 +0000
commitda34cab3d048042059e1866c4dafad147e046569 (patch)
treea65239c75218119cf459e8842202d90f805d151a /libpurple/protocols/yahoo/libyahoo.c
parente06f4662102b4c5ac0b026697065edab18485760 (diff)
downloadpidgin-da34cab3d048042059e1866c4dafad147e046569.tar.gz
Ladies and gentlemen, I give you HTTP-based retrieval of the Yahoo CS server
address, thus eliminating the need for the old "Pager server" account option. This method makes us a bit less distinguishable from the official client, as the official clients do the same HTTP request. Fixes #11555.
Diffstat (limited to 'libpurple/protocols/yahoo/libyahoo.c')
-rw-r--r--libpurple/protocols/yahoo/libyahoo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpurple/protocols/yahoo/libyahoo.c b/libpurple/protocols/yahoo/libyahoo.c
index bf6c6861d5..caaf759876 100644
--- a/libpurple/protocols/yahoo/libyahoo.c
+++ b/libpurple/protocols/yahoo/libyahoo.c
@@ -307,9 +307,6 @@ init_plugin(PurplePlugin *plugin)
{
PurpleAccountOption *option;
- option = purple_account_option_string_new(_("Pager server"), "server", YAHOO_PAGER_HOST);
- prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
-
option = purple_account_option_int_new(_("Pager port"), "port", YAHOO_PAGER_PORT);
prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);