Reputation: 3031
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
Upvotes: 2
Views: 638
Reputation: 29709
There is the Instant Message Framework that allow to use iChat inside your applications. It even allows to use iChat Theater from your applications.
Upvotes: 3
Reputation: 225052
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.
Upvotes: 1