- Overview
-
Getting Started
- What is Adium?
- Installing
-
Accounts
- Creating Accounts
- Personal Settings
-
Contacts
- Managing Contacts
- Managing Groups
- Combining Contacts
- Blocking/Privacy
-
Chatting
- Fonts & Colors
- Message Tabs
- Chat Transcripts (Logs)
-
Advanced Features
- Voice & Video Chat
- File Transfer
- Direct Connect
-
Support
- Troubleshooting
- FAQ
- Bug Reports
- Feature Requests
- Contact Us
-
Development
- Contributing to Adium
- Getting the Code
- Contributing Code
- Localization
- Following Development
- Sparkle Statistics
- Adium Sponsors
Getting the Adium Source
Adium Source Code
Getting the Newest Adium Source has instructions for how to get the latest Adium source code and build it.
Getting the Release Adium Source has instructions for how to get the Adium source code corresponding to the current release and build it. Note that the newest source code (above) should be used for development of patches and bug fixes; patches against the current release may not be accepted.
Adium is written primarily in Objective-C.
libpurple Source Code
Libpurple is the protocol core for all messaging protocols except Bonjour. It is written in C.
You don't need to get the libpurple source code to build Adium; a fully-built libpurple framework is included in the source distribution, so that you can simply Build and Go. That said, if you'd like to hack on libpurple itself, GettingLibpurpleSource has instructions for how to get the libpurple source and build it.
Source Code of Supporting Frameworks
LibOTR.framework Source Code
libotr provides instant messaging encryption services. LibOTR.framework is a packaging of libotr with its dependencies. A built LibOTR.framework binary is included in the source distribution. GettingLibOTRSource has instructions for how to get the LibOTR.framework source and build it.
PSMTabBarControl Source Code
PSMTabBarControl, which powers the message window tabs implementation, is part of the maccode repository. Its source and documentation may be found there. A binary is included in Adium's source distribution.
Sparkle Source Code
Sparkle, which powers Adium's updating engine, has its primary home here, where you can find source and documentation. Adium actually uses SparklePlus, which adds anonymous usage reporting to Sparkle. A SparklePlus binary is included in Adium's source distribution; its source and documentation are available in the sparkleplus repository.
Growl Framework Source Code
Adium uses the Growl notification system and bundles the Growl-WithInstaller framework to allow no-download installation of Growl for new users. More information and source can be found at the Growl site.
LibLMX Framework Source Code
Adium uses liblmx, the backwards XML parser, to read its XML logs backwards for in-window message history. GettingLibLMXSource has instructions for getting its source.