comparison libpurple/protocols/jabber/chat.c @ 16442:08db93bbd798

Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 26 Apr 2007 12:25:49 +0000
parents 32c366eeeb99
children 88444e60ea95
comparison
equal deleted inserted replaced
16438:a46a0362dc34 16442:08db93bbd798
783 purple_request_input(gc, _("Enter a Conference Server"), _("Enter a Conference Server"), 783 purple_request_input(gc, _("Enter a Conference Server"), _("Enter a Conference Server"),
784 _("Select a conference server to query"), 784 _("Select a conference server to query"),
785 js->chat_servers ? js->chat_servers->data : "conference.jabber.org", 785 js->chat_servers ? js->chat_servers->data : "conference.jabber.org",
786 FALSE, FALSE, NULL, 786 FALSE, FALSE, NULL,
787 _("Find Rooms"), PURPLE_CALLBACK(roomlist_ok_cb), 787 _("Find Rooms"), PURPLE_CALLBACK(roomlist_ok_cb),
788 _("Cancel"), PURPLE_CALLBACK(roomlist_cancel_cb), js); 788 _("Cancel"), PURPLE_CALLBACK(roomlist_cancel_cb),
789 purple_connection_get_account(gc), NULL, NULL,
790 js);
789 791
790 return js->roomlist; 792 return js->roomlist;
791 } 793 }
792 794
793 void jabber_roomlist_cancel(PurpleRoomlist *list) 795 void jabber_roomlist_cancel(PurpleRoomlist *list)