justintime4tea / XBotLib

XBotLib is a library for making XMPP bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XBotLib Build Status

XBotLib is a Java library for making bots for XMPP. It uses the Smack API v4.1.8 to communicate with XMPP servers.

This is a conversion of HippyJava by hypereddie to a pure XMPP based chat bot library. Much appreciation and thanks goes to hypereddie who is the original author of the work this project is based off of.

Current Features [WIP]

  • Multi-room Chatting [XMPP]
  • Private Messaging [XMPP / HTTP]
  • Retrieving User Data [HTTP]
  • Notification Sending [HTTP]

Getting Started/How-To [Updates coming]

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

XBotLib is a library for making XMPP bots.

License:MIT License


Languages

Language:Java 100.0%