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 you use iChat), which is a pain.

Is there a way to do this? using Javascript or the like?

Alternatively, the other way around would work too but I guess that would involve creating some sort of extension or plugin for iChat.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

use this in you link weather it be javascript:window.location = '' or href="" use this link aim:goaway?message=hi you can also do a javascript like javascript:window.location = 'aim:goaway?message=' + new Date() with a variable

link|improve this answer
Thanks man, So that should work with anything using the aim protocol. Do you know where there is a good reference to the available commands (i.e. 'goaway') cheers. – gio Jun 11 '11 at 3:52
the available code does not work on macs, sorry, i looked long and hard – Trevor Rudolph Jun 13 '11 at 19:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.