Re: iChat plug-ins?
Re: iChat plug-ins?
- Subject: Re: iChat plug-ins?
- From: Sam McCandish <email@hidden>
- Date: Sat, 19 Jun 2004 17:19:49 -0400
There is no public interface for iChat plugins. You can, however use
the private interface. Check out the source to iCar at:
http://www.pygmysoftware.com/cgi-bin/product.pl?icar-download
it uses SIMBL to load a bundle into iChat. (SIMBL is a sort of hack to
Apple's inputmanagers.)
You can also use class-dump
(
http://www.codethecode.com/Projects/class-dump/) to get the headers
for InstantMessage.framework (Apple's private framework used for
instant messaging)
This can be tricky stuff, and if Apple changes it, you'll have to
update all of your code again. Beware! ;-)
On Sat, 19 Jun 2004 19:54:00 +0100, Nicko van Someren <email@hidden> wrote:
>
>
Sorry if this is slightly off topic, but does anyone on this list know
>
if there is a published interface to iChat for adding plug-ins? I'd
>
like to be able to add an extra button or two and filter/modify message
>
packets in both directions.
>
>
Cheers,
>
Nicko
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.