libpurple php binding
Anatoliy Belsky
anatoliy at belsky.info
Tue Nov 27 18:31:25 EST 2007
hi Sadrul,
naturally I thought about, to make it oop ... but at the moment it was easier
to write a functional clone of the existing libpurple
you have a pretty good idea and a pretty good beginning, we could implement it
on to ways parallel
the name phurple ... or phpurple .. is .. from me ... unimportant ... but the
phpurple project on the sf is already exists
regards
Anatoliy
On Wednesday 28 November 2007 00:19, Sadrul Habib Chowdhury wrote:
> * Anatoliy Belsky had this to say on [28 Nov 2007, 00:05:38 +0100]:
> [snip]
>
> > http://sourceforge.net/projects/phpurple
>
> Nice! (although I think 'phurple' is a pretty nice name ;) [1])
>
> [snip]
>
> > $account = purple_account_new("somenick at hotmail.com", "MSN");
> > purple_account_set_password($account, "somepass");
> > purple_account_set_enabled($account, $ui_id, true);
>
> Do you have plans to make things all object-oriented like? So it'd be:
>
> $account->set_password("somepass");
> $account->set_enabled($ui_id, true);
>
> [1] http://pidgin.im/~sadrul/others/phurple.tar.bz2
>
> Sadrul
>
> _______________________________________________
> Devel mailing list
> Devel at pidgin.im
> http://pidgin.im/cgi-bin/mailman/listinfo/devel
More information about the Devel
mailing list