Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ecp4224/HippyJava

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HippyJava Build Status

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!

Installation

This package can be found the Boxtrot Studio maven repo. Add the following to your project's pom to add the repo

<repositories>
    <repository>
        <id>maven-central</id>
        <url>http://central.maven.org/maven2</url>
    </repository>
    ....
    <repository>
        <id>boxtrotstudio-repo</id>
        <url>https://repo.boxtrotstudio.com/maven</url>
    </repository>
</repositories>

or if you're using gradle

repositories {
    mavenCentral()
    maven { url "https://repo.boxtrotstudio.com/maven"}
}

once the repo is added, you can simply install the package by adding the following to your project's pom file

<dependencies>
    <dependency>
        <groupId>com.ep.hippyjava</groupId>
        <artifactId>HippyJava</artifactId>
        <version>1.0.0-SNAPSHOT</version>
    </dependency>
</dependencies>

or if you're using gradle

compile 'com.ep.hippyjava:HippyJava:1.0.0-SNAPSHOT'

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.

About

HippyJava is a library for making bots for Hipchat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.