Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
838 views

Receive Adium messages in Applescript

I'm trying to write a simple chat bot for Adium, that will post "lol" and "haha" and answer basic questions in annoying group chats that some people keep adding me to. I've covered the "lol" part ...
0
votes
1answer
106 views

XMPP Chat States with Pidgin

I am writing a chat support application that connects to an XMPP server using the SASL Anonymous mechanism. When a user opens my website in their browser, using Socket.IO and NodeJS the server will ...
0
votes
1answer
151 views

Adium Applescript Growl Notification

I am writing a script that is initiated every time a contact signs on to Adium. My goal is for a growl message to appear when certain friends log on. Everything works except I do not know how to get ...
0
votes
2answers
326 views

Make new chat in Adium using Cocoa ScriptingBridge

The following AppleScript code works fine: tell application "Adium" to tell first account to make new chat with contacts {first contact} with new chat window But how can I do the same using Cocoa's ...
0
votes
1answer
314 views

Convert Yahoo Messenger Logs to Adium Logs

Is there a way to convert logs from YM for mac to Adium ? Thanks Cezar