I want to know which protocol does iChat use to start a conversat开发者_JAVA百科ion with other client in LAN ?
I am working on a project of P2P instant messenger, like ichat, but just for LAN. I use jmdns library for service discovering, and test with pidgin and log in as a Bonjour user. as so far,the service
I have the following applescript. I have it set to run in ichat when i recieve an IM. It notifies me via growl of new messages:
Is it开发者_Python百科 possible to write a plugin for ichat to add a new protocol without using the chat framework and making my own application? I want my protocol to show up as an option to setup a
Is there a way to create a script that will change the preferences of iChat to run the script when a message is received?
I\'d like my web app to be able to set ichat status: Available or Away + Custom message Basically my web app is related to tracking and status so at present, you have to remember to update both (if
My app has some rudimentary applescriptability.There is one method (receivedInstantMessage) that takes a single parameter (message) and passes it to my app which then processes it.
I want to make an iPhone app which communicates with iChat on Mac OS X via Bonjour. I have already known how to create a service using NSNetService, bu开发者_JAVA百科t how can I communicate with iChat
This is really just a \"what-if\" type question, so forgive me if it is either ridiculous or ridiculously easy...