[gaim-migrate @ 14872]

Mon, 19 Dec 2005 06:01:42 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Mon, 19 Dec 2005 06:01:42 +0000
changeset 12554
cdc08296d659
parent 12553
52b3403a1690
child 12555
3c978a4400f2

[gaim-migrate @ 14872]
jabber passwords are not optional, until someone can prove to me that they are

src/protocols/jabber/jabber.c file | annotate | diff | comparison | revisions
--- 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 */

mercurial