Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

snatch-xmpp/claws_rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claws RabbitMQ

Copyright (c) 2017 Thiago Camargo

Authors: "Thiago Camargo" ([email protected]).

Build Status Codecov License: Apache 2.0 Hex

Claws RabbitMQ is an extension for snatch to provide to the system of a way to use XMPP over AMQP using RabbitMQ.

Installation

The system requires OTP 19+ and we prefer to use rebar3 instead of older versions. To install claws_rabbitmq only needs:

{deps, [
    {claws_rabbitmq, "0.1.0"}
]}

Or if you are using erlang.mk instead, you can use:

DEPS += claws_rabbitmq
dep_snatch = git https://github.com/snatch-xmpp/claws_rabbitmq.git 0.1.0

You'll need a C/C++ compiler installed in your system for fast_xml and stringprep.

For further information check this doc.

Troubleshooting

Feel free to create an issue in github to point a bug, flaw or improvement and even send a pull request with a specific change. Read the LICENSE if you have doubts about what you can do with the code.

Enjoy!

Modules

claws_rabbitmq

About

Claws for Snatch based on RabbitMQ

Resources

License

Stars

Watchers

Forks

Packages

No packages published