objective-c ichat chat program control

641 Views Asked by At

Is it possible to have an objective-c application send and receive iChat messages without iChat? NOT with applescript. I also want to do this to skype, mail, etc.

Is any of this possible? I need this to be in objective-c, not applescript, so it all needs to be within objective-c. If so, can someone post examples, websites, additional info?

Thanks, Elijah

3

There are 3 best solutions below

0
On BEST ANSWER

There is the Instant Message Framework that allow to use iChat inside your applications. It even allows to use iChat Theater from your applications.

5
On

I would hazard a guess that iChat isn't providing any sort of public API for you to use. That said, you can use AppleScript from Cocoa - check out the NSAppleScript documentation.

0
On

Yes it's possible. Check out Adium.