jadahl / mod_restful

RESTful interface to ejabberd
84 stars 34 forks source link

Port to ejabberd 13.10 #14

Open jadahl opened 10 years ago

jadahl commented 10 years ago

ejabberd 13.10 improves performance and memory usage compared to ejabberd 2.1.x. It also introduces a bunch of incompatibilities (large part due to using binary type instead of string), so in order to use mod_restful (and mod_private_email) with ejabberd 13.10, it needs to be ported.

jadahl commented 10 years ago

WIP pushed. All unit tests (mod_restful/tests, mod_restful/priv/tests/, mod_private_email/priv/tests) pass by now, but that's all that is tested so far.