Mercurial > pidgin.yaz
changeset 12554:9d9030dfd689
[gaim-migrate @ 14872]
jabber passwords are not optional, until someone can prove to me that they are
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 19 Dec 2005 06:01:42 +0000 |
parents | 9d7fb0b21d9f |
children | 8427ef2b4138 |
files | src/protocols/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c Mon Dec 19 05:55:30 2005 +0000 +++ b/src/protocols/jabber/jabber.c Mon Dec 19 06:01:42 2005 +0000 @@ -1664,8 +1664,7 @@ static GaimPluginProtocolInfo prpl_info = { - OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME | - OPT_PROTO_PASSWORD_OPTIONAL, + OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME, NULL, /* user_splits */ NULL, /* protocol_options */ {"jpeg,gif,png", 0, 0, 96, 96, GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */