项目作者: findaplayer

项目描述 :
Thin wrapper around the Ejabberd Administration API
高级语言: Elixir
项目地址: git://github.com/findaplayer/jabbed_into_submission.git
创建时间: 2017-09-12T15:06:56Z
项目社区:https://github.com/findaplayer/jabbed_into_submission

开源协议:MIT License

下载


JabbedIntoSubmission

This is a thin API client library for Ejabberd. It allows your Elixir app to
control Ejabberd via it’s administration
API
.

Installation

If available in Hex, the package can be installed
by adding jabbed_into_submission to your list of dependencies in mix.exs:

  1. def deps do
  2. [{:jabbed_into_submission, "~> 0.1.0"}]
  3. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/jabbed_into_submission.