I am trying to use ejabberd and also use Riak as the backend database for it. I followed the instructions here to the best of my ability but I keep error messages like unrecognized string or something.
So I basically set:
default_db: riak
riak_server: "69.1.1.1"
riak_port: 8087
Which is what it looks like the instructions say to do but it never freaking works and the documentation and examples for ejabberd are just terrible. They are outdated in several places and just missing or not intended for any sort of quickstart. I've spent the past 2 days trying to get this to work. I spun up an ejabberd server and Riak server with very little trouble but integrating the two is like pulling teeth! Please help!
Thanks!