Skip to content

ericliang/rabbitmq-xmpp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 81 commits ahead, 1 commit behind tonyg:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
This project was initially forked from http://hg.rabbitmq.com/rabbitmq-xmpp/, which was released by Tony Garnock-Jones http://www.lshift.net/blog/2008/07/01/rabbitmq-xmpp-gateway-released.

This project is created for corresponding with the latest ejabberd and rabbitmq-server, and for some customizations which will list in README.CUSTOMIZED. Anyway, the primary document is worth reading http://hg.rabbitmq.com/rabbitmq-xmpp/raw-file/default/doc/index.html.


To install this module, you should:

1 specify the ejabberd dir, which will default to /usr/loca/ejabberd if not set:

    make EJABBERD_DIR=[/path/to/ejabberd]

2.1 add the module dir to ejabberdctl.cfg:
    
    ERL_OPTIONS="-pa [/path/to/rabbitmq-xmpp]/ebin"

or 

2.2 copy the beam files to ejabberd ebin directory, in which case you will profit from the ejabberd_update function.

About

RabbitMQ XMPP gateway. Customized while corresponding with the latest ejabberd and rabbitmq-server.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 100.0%