Comment by snvzz
10 hours ago
Erlang goodness.
Say what you will about XMPP, but it Just Works, supported by robust software like this.
10 hours ago
Erlang goodness.
Say what you will about XMPP, but it Just Works, supported by robust software like this.
What people use nowadays as a database with ejabberd? I was a user of a ejabberd service 20+ years ago and mnesia (which at that time was the default option) was the reason for frequent downtimes. As a user I don’t know details but ejabberd+mnesia didn’t look robust.
ejabberd's documentation warns you against using mnesia for chat logs because it apparently has a hard cap on volumetry. Any SQL DB does the job.