The AdiumPasswords class
If you've forgotten your IM network password, see GettingYourPasswordChanged.
This class is an internal singleton class in Adium.app that provides the interface between the rest of Adium and the user's default keychain (the latter being represented by an AIKeychain instance).
Passwords are stored in the keychain as Internet passwords with account names like:
- Adium.<service-name>.<account-number> (If you only have one Adium profile—not to be confused with accounts)
- Adium.<profile-name>.<service-name>.<account-number> (If you have more than one Adium profile)
The IM account name (screen name, email address, JID, UIN, or username) is not stored in the keychain item.
This is a stub. Please edit it and flesh it out.