src/protocols/jabber/jabber.c

changeset 12554
cdc08296d659
parent 12508
32f6f8bf3a57
child 12595
8108c22aa723
equal deleted inserted replaced
12553:52b3403a1690 12554:cdc08296d659
1662 NULL); 1662 NULL);
1663 } 1663 }
1664 1664
1665 static GaimPluginProtocolInfo prpl_info = 1665 static GaimPluginProtocolInfo prpl_info =
1666 { 1666 {
1667 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME | 1667 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME,
1668 OPT_PROTO_PASSWORD_OPTIONAL,
1669 NULL, /* user_splits */ 1668 NULL, /* user_splits */
1670 NULL, /* protocol_options */ 1669 NULL, /* protocol_options */
1671 {"jpeg,gif,png", 0, 0, 96, 96, GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ 1670 {"jpeg,gif,png", 0, 0, 96, 96, GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */
1672 jabber_list_icon, /* list_icon */ 1671 jabber_list_icon, /* list_icon */
1673 jabber_list_emblems, /* list_emblems */ 1672 jabber_list_emblems, /* list_emblems */

mercurial