Questions tagged [adium]

Adium is a free instant messaging application for Mac OS X that can connect to AIM, MSN, Jabber, Yahoo, and more.

Adium is a free and open source instant messaging application for Mac OS X, written using Mac OS X's Cocoa API, released under the GNU GPL and developed by the Adium team.

Based on the libpurple protocol library, Adium can connect you to any number of messaging accounts on any combination of supported messaging services (see further down for the list) and then chat with other people using those services.

Adium does not host any IM services. Adium is a third-party client for connecting to services run by other people (mostly companies).

Key features:

  • Support for a wide range of different Instant Messaging services
  • Tabbed chat windows
  • Mac OS X integration
    • Address Book integration
    • WebKit Message View: Theme your chat windows
  • Combined Contacts: Merge your contacts so that each one represents a person, not an account
  • A sophisticated events system (including Growl notifications)
  • OTR Encryption
  • File Transfer
  • Xtras and many, many other customization options
  • Translations: Adium speaks 27 different languages

Official site.

17 questions
0
votes
2 answers

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 ScriptingBridge?
JR.
  • 33
  • 1
  • 5
0
votes
1 answer

Hubot only showing images for one user

I have setup Hubot for our company. It's working correctly, connecting to group chats, responding to its name, etc. The only issue is it won't show images, it just shows the link (which goes to the proper image). Protocol: XMPP Encryption: SSL/TSL…
cha55son
  • 423
  • 3
  • 12
1
2