Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
239 views

Change iChat settings with applescript?

Is there a way to create a script that will change the preferences of iChat to run the script when a message is received? In other words, I want to make a script to change the iChat preferences to ...
2
votes
3answers
216 views

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 ...
1
vote
2answers
104 views

How does iChat start a conversation?

I want to know which protocol does iChat use to start a conversation with other client in LAN ? is it SIP? or SIP + XMPP? start a session with SIP and exchange message with XMPP? thanks a lot!
1
vote
3answers
146 views

how to start a conversation with bonjour client knowing its name@host:port?

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 ...
1
vote
1answer
393 views

Is it possible to write ichat plugins?

Is it 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 new account with ...
1
vote
1answer
795 views

bidirectional google wave jabber gateway for google talk or ichat

I've understood that Google Wave is built around the XMPP platform, as such I was thinking that it should be possible to access it with a jabber client like ichat or google talk. The advantage is that ...
1
vote
1answer
503 views

iChat Style Interface

I'm trying to create an iChat-style insterface (ie: message bubbles) in C# for a project. Can anyone suggest or offer ideas on how best to achieve this? My first thoughts were with WPF but I've never ...
0
votes
2answers
56 views

How can I test if an image is empty in AppleScript?

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: on notify_growl(theName, theTitle, theDescription, theImage) ...
0
votes
0answers
11 views

iChat Alert Filters

Using iChat, I'd like to filter chatrooms for certain words but not match larger words. For example, I can filter on 'bill' but that will match other words like 'billing'. Likewise for alerting on ...
0
votes
1answer
60 views

Setting iChat status from a web app

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 ...
0
votes
1answer
181 views

what protocol does iChat use for its bonjour chat?

Please don't say bonjour. The best guess I can gather is XMPP, but I don't think thats right
0
votes
1answer
382 views

Get contents of iChat message via Applescript

I'll preface this with the fact that I'm new to applescript... I have iChat set up to run this script whenever a new message is received: using terms from application "iChat" on message ...
0
votes
1answer
152 views

What's wrong with this Applescript?

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. The following ...
0
votes
1answer
356 views

Bonjour IM Client

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, but how can I communicate with iChat? What service ...
0
votes
1answer
355 views

starting iChat session in iPhone from web app

This is really just a "what-if" type question, so forgive me if it is either ridiculous or ridiculously easy... I have a client whose site offers a "chat with a consultant" option that you see on ...