Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 342 Bytes

Umbrella to write Modules for ejabberd in Elixir

Dependency

To use the umbrella you need to hava ejabberd installed and erlang schould be able to access its libraries. On MAC OS X install ejabberd with

brew install ejabberd

and add the path to your ERL_LIBS

export ERL_LIBS="/usr/local/Cellar/ejabberd/14.07_1/lib/ejabberd"