| 1829 static GaimPluginProtocolInfo prpl_info = |
1829 static GaimPluginProtocolInfo prpl_info = |
| 1830 { |
1830 { |
| 1831 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME, |
1831 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME, |
| 1832 NULL, /* user_splits */ |
1832 NULL, /* user_splits */ |
| 1833 NULL, /* protocol_options */ |
1833 NULL, /* protocol_options */ |
| 1834 {"jpeg,gif,png", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ |
1834 {"png,jpg,gif", 0, 0, 96, 96, GAIM_ICON_SCALE_SEND | GAIM_ICON_SCALE_DISPLAY}, /* icon_spec */ |
| 1835 jabber_list_icon, /* list_icon */ |
1835 jabber_list_icon, /* list_icon */ |
| 1836 jabber_list_emblems, /* list_emblems */ |
1836 jabber_list_emblems, /* list_emblems */ |
| 1837 jabber_status_text, /* status_text */ |
1837 jabber_status_text, /* status_text */ |
| 1838 jabber_tooltip_text, /* tooltip_text */ |
1838 jabber_tooltip_text, /* tooltip_text */ |
| 1839 jabber_status_types, /* status_types */ |
1839 jabber_status_types, /* status_types */ |