Gopal S Rathore
Gopal S Rathore

Reputation: 9995

Json (jiffy) support for ejabberd 2.1.11

I am using ejabberd 2.1.11 and willing to add support for json parsing using jiffy

I did install erlang-jiffy and it works on erlang shell, but not within ejabberd modules. Is there any way we can configure it work with ejabberd?

Upvotes: 0

Views: 338

Answers (1)

Mickaël Rémond
Mickaël Rémond

Reputation: 9055

You need to have the path to the jiffy beam file set up when you start ejabberd so that you can use them. Check erl -pa option.

Upvotes: 0

Related Questions