Using iChat, I cannot connect to Google jabber server.
I have deleted all jabber related keychain entries.
I tested my user/pass on the web-based talkgadget to ensure I had the correct info.
I can connect to the port via telnet, so there is no firewall issue AFAIK.
However, testing with Adium also revealed an inability to connect (at...
Is there a way to convert logs from YM for mac to Adium ?
Thanks
Cezar
...
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 with a few simple send and delay commands in a repeat, but I need to do some interaction as well.
Answer "yes" to anything with a question mar...
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 ScriptingBridge?
...