2

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

ergosys
  • 47,835
  • 5
  • 49
  • 70
objectiveccoder001
  • 2,981
  • 10
  • 48
  • 72

3 Answers3

3

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

apaderno
  • 28,547
  • 16
  • 75
  • 90
1

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.

Carl Norum
  • 219,201
  • 40
  • 422
  • 469
0

Yes it's possible. Check out Adium.

Dave DeLong
  • 242,470
  • 58
  • 448
  • 498