XMPP Service Operators - 2022-04-27


  1. MR

    hi everyone I'm trying to implement "XEP-0313" protocol on our "ejabberd" server -archiving service, I found "ejabberd-mod-mam" module, but I have some notes and questions 1- It is too old, last commit on 18 Oct 2015, do you know anything more updated? 2- According to its README.md it is compatible with "XEP-0313" v2 only and the current is v3, even that in "XEP-0313" home page shows the current version is 1.0.1, I don’t understand how is that, can you explain? 3- It is build for Erlang R16b01, current ejabberd requires 19.3 or later, does this cause any bugs? I'm not Erlang programmer so I don't know 4- Works with MongoDB only, do you know any other module works with MySQL or Postgres, so we will not need to recompile ejabberd to include MongoDB driver? 5- Its To-do list is a bit worrying, looks like it is not ready to work at production environment, this is the points that make me worry - fully implement RSM (XEP-0059) - tests

  2. MattJ

    MR, pretty much any modern ejabberd is using XEP-0313 in production

  3. mathieui

    Isn't MAM part of the ejabberd core features nowadays?

  4. MattJ

    MR, but these all sound like questions that would be better suited to the ejabberd channel, where the developers hang out

  5. MattJ

    Top result here: https://search.jabber.network/search?q=ejabberd

  6. MR

    MattJ thank you, I'll try there