HippyJava is a Java library for making bots for HipChat. It uses the Smack API to communicate with Hipchat's XMPP server and it also supports Hipchat's HTTP protocol.
Its easy to make a Hipchat bot in HippyJava!
##Current Features
- Multi-room Chatting [XMPP]
- Private Messaging [XMPP / HTTP]
- Retrieving User Data [HTTP]
- Notification Sending [HTTP]
##Getting Started/How-To You can check out the wiki for tutorials/how-to's
##Contributing If you would like to contribute to this project, simply fork the repo and send a pull request. Please test your pull request and please try to keep your code neat.
##Building the Source The source has a maven script for required dependencies, so just run 'mvn clean install' in the project folder.