[Pidgin] #422: No accessor function for GaimChat components in the perl API
Pidgin
trac at pidgin.im
Sun Sep 16 02:53:37 EDT 2007
#422: No accessor function for GaimChat components in the perl API
---------------------------+------------------------------------------------
Reporter: parshva | Owner: deryni
Type: defect | Status: new
Priority: minor | Milestone: 2.3.0
Component: pidgin (gtk) | Version: 2.0
Resolution: | Keywords:
Pending: 0 |
---------------------------+------------------------------------------------
Changes (by sadrul):
* milestone: 2.2.1 => 2.3.0
Comment:
Does http://pidgin.im/~sadrul/pp/422.patch fix the problem? With this
patch, you can do:
{{{
my $conv = Purple::Conversation->new(2, $account, "\#test");
my $chat = $conv->get_chat_data();
$chat->join();
}}}
The patch adds API, so it'd have to wait till 2.3.0.
--
Ticket URL: <http://developer.pidgin.im/ticket/422#comment:6>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list