Download Nabu
Releases
0.2.1
- This version requires Wildfire (Jive Messenger renamed) >= 2.4.
- ChangeLog
- Jive Messenger plugin: nabu-plugin-0.2.1.zip
- The client API did not change, 0.2 is still the current version: nabu-clientAPI-0.2.zip
0.2
- This version requires Jive Messenger >= 2.2.
- ChangeLog
- Jive Messenger plugin: nabu-plugin-0.2.zip
- Client API (only needed when developing (Java) applications for Nabu): nabu-clientAPI-0.2.zip
0.1
- Initial release. Works only with Jive Messenger 2.1.x.
- Jive Messenger plugin: nabu-plugin-0.1.zip
- Client API (only needed when developing (Java) applications for Nabu): nabu-clientAPI-0.1.zip
To install the plugin, unzip the archive and continue reading in the Installation and Configuration section.
Development version
Use the Source, Luke''
The subversion repository is available at https://nabu.opendfki.de/repos/nabu
When using Eclipse, you can use the Eclipse Subversion plugin Subclipse.
Alternatively you can use the svn command line tool and check out the repository via
svn co https://nabu.opendfki.de/repos/trunk nabu
To build Nabu, you need the Java Development Kit 1.5. Install Apache Ant unless you have fun compiling files manually.
After checkout, go to the new nabu/ directory and build Nabu via
$ ant
If ant was successful, the plugin jar file can be found at target/nabu.jar.
