It is amazing to see how this project, after a decade and a half, is still functional and generating interest!
Sadly, apart from archives passed around on this forum, the sources of this project seem to have been lost in time.
To facilitate further development, we have now created a new source code repository for this project: https://github.com/igniterealtime/Botz
We have minimally modified the project, and created a proper release from that, which we’ve dubbed 1.1.0. That can be downloaded from the Github repository, but is also available in our Maven repository, under https://www.igniterealtime.org/archiva/repository/maven/org/igniterealtime/openfire/botz/botz/
You should be able to use something like this in your Maven project to pull it in:
<dependencies>
<dependency>
<groupId>org.igniterealtime.openfire.botz</groupId>
<artifactId>botz</artifactId>
<version>1.1.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>igniterealtime</id>
<name>Ignite Realtime Repository</name>
<url>https://igniterealtime.org/archiva/repository/maven/</url>
</repository>
</repositories>
So far this is all very early days (even for a project this old)! Please bear with us while we fine-tune things, and perhaps further develop this project. We very much welcome your input!