XMPP for Ruby

XMPP4R is an XMPP/Jabber library for Ruby.

View the Project on GitHub xmpp4r

Introduction

XMPP4R is an XMPP/Jabber library for Ruby. Its goal is to provide a complete framework to develop Jabber-related applications or scripts in Ruby.

Feature

Current State

Install xmpp4r

  
    $ gem install xmpp4r
  

Usage

Write the following code in your project Gemfile
  
    gem 'xmpp4r'
  

Authors and Contributors

You can find the list of contributors here

Want to contribute to the code?

You are awesome, its people like you who makes Open Source products valuable.

The steps to follow are

  1. Fork the project
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a pull request

You can find a list of known issues or porpose a new feature here