AdiumCampfire adds support for 37signals' Campfire to Adium instant messaging application.
This is a pre-beta version of software that should be treated like a working prototype. There is no support for files and transcripts and the plugin is still leaking memory. As it shouldn't be used by normal people, the only way to get a working plugin, is to compile it oneself from the code in the repository.
- Checkout the AdiumCampfire repository to a local directory.
- Checkout the Adium 1.4 repository to a local directory.
- Open the project in XCode, go to project build settings and change the
ADIUM
variable to point to the directory containing a checkout of Adium 1.4 source code. - Build the project.
- Double-click on
build/Debug/AdiumCampfire.AdiumPlugin
to install it.
- Start Adium.
- Navigate to
File->Add Account
in the menu and chooseCampfire
in the dropdown list. - Put your Campfire domain as Domain and your API authentication token as API key.
- After connecting, all the Campfire rooms in the domain should be now available under the Campfire group.
The MIT License
Copyright (c) 2010 Marek Stępniowski
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.