Mercurial > pidgin
comparison src/protocols/jabber/jabber.c @ 8113:d60272410bd5
[gaim-migrate @ 8817]
Tim 'marv' Ringenbach wrote us a wonderful core/ui split chat room list
thing-a-ma-jig. I've taken the liberty of adding jabber support to it
as well.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 15 Jan 2004 22:20:29 +0000 |
parents | 55431e80a783 |
children | 8f4ce853e685 |
comparison
equal
deleted
inserted
replaced
8112:67387ec77301 | 8113:d60272410bd5 |
---|---|
1168 jabber_normalize, | 1168 jabber_normalize, |
1169 NULL, /* set_buddy_icon */ | 1169 NULL, /* set_buddy_icon */ |
1170 NULL, /* remove_group */ | 1170 NULL, /* remove_group */ |
1171 jabber_chat_buddy_real_name, | 1171 jabber_chat_buddy_real_name, |
1172 jabber_chat_set_topic, | 1172 jabber_chat_set_topic, |
1173 jabber_find_blist_chat | 1173 jabber_find_blist_chat, |
1174 jabber_roomlist_get_list, | |
1175 jabber_roomlist_cancel, | |
1176 NULL | |
1174 }; | 1177 }; |
1175 | 1178 |
1176 static GaimPluginInfo info = | 1179 static GaimPluginInfo info = |
1177 { | 1180 { |
1178 2, /**< api_version */ | 1181 2, /**< api_version */ |