I want to save all message from Ejabberd chat node to Riak. How can i use Riak as backend for mod_mam on Rjabberd 16.04? mod_mam is a Ejabberd module, This module implements Message Archive Management in XEP-0313.
Asked
Active
Viewed 315 times
1 Answers
0
Riak is not supported in current MAM implementation.you can use mnesia or sql for this purpose. https://docs.ejabberd.im/admin/guide/configuration/#modmam

Sunil Singh
- 538
- 3
- 12
-
Mnesia and SQL model is relational, So not suitable for MAM. – M.Rezaei Jun 01 '16 at 07:14
-
Can i wrote module for connect NoSQL to Ejabberd? – M.Rezaei Jun 01 '16 at 07:17
-
yes you can write custom to connect with Riak(NoSQL). – Sunil Singh Jun 02 '16 at 18:22