objectiveccoder001
objectiveccoder001

Reputation: 3031

objective-c ichat chat program control

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

Answers (3)

avpaderno
avpaderno

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

Dave DeLong
Dave DeLong

Reputation: 243156

Yes it's possible. Check out Adium.

Upvotes: 0

Carl Norum
Carl Norum

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

Related Questions