comparison libpurple/protocols/jabber/jabber.c @ 16068:ac1a32ebd62c

patch from Simon Wilkinson to support Jabber/XMPP w/o passwords
author Nathan Walp <nwalp@pidgin.im>
date Sun, 15 Apr 2007 00:14:34 +0000
parents 26593bef6568
children 547c76fe2e7a
comparison
equal deleted inserted replaced
16051:153c696be069 16068:ac1a32ebd62c
1856 NULL); 1856 NULL);
1857 } 1857 }
1858 1858
1859 static PurplePluginProtocolInfo prpl_info = 1859 static PurplePluginProtocolInfo prpl_info =
1860 { 1860 {
1861 #ifdef HAVE_CYRUS_SASL
1862 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME |
1863 OPT_PROTO_MAIL_CHECK | OPT_PROTO_PASSWORD_OPTIONAL,
1864 #else
1861 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME | OPT_PROTO_MAIL_CHECK, 1865 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME | OPT_PROTO_MAIL_CHECK,
1866 #endif
1862 NULL, /* user_splits */ 1867 NULL, /* user_splits */
1863 NULL, /* protocol_options */ 1868 NULL, /* protocol_options */
1864 {"png,gif,jpeg", 32, 32, 96, 96, 8191, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ 1869 {"png,gif,jpeg", 32, 32, 96, 96, 8191, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */
1865 jabber_list_icon, /* list_icon */ 1870 jabber_list_icon, /* list_icon */
1866 jabber_list_emblem, /* list_emblems */ 1871 jabber_list_emblem, /* list_emblems */