| 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 */ |