XMPP Service Operators - 2022-04-22


  1. Maranda

    > <TheCoffeMaker> We should stop using mysql/mariadb and use real databases like postgresql (? "real database" that doesn't even do clustering.. interesting assertion there.

  2. Ellenor Bjornsd.

    citation needed

  3. Ellenor Bjornsd.

    citation needed that pgsql doesn't cluster

  4. Maranda

    Ellenor Bjornsd.: I dare you "citating" anything that says the contrary natively.

  5. Maranda

    (Also Postgres "clusters" aren't clusters)

  6. jonas’

    I am also interested in a native postgresql clustering solution because all the hacks are a PITA and I'm not going to install mysql in my private infrastructure ever again ;)

  7. raver

    Anyone knows why the xep-0313 test is failing in the compliance test https://compliance.conversations.im/server/rimkus.it/, Although I have enabled mam in ejabberd: ` mod_mam: default: always db_type: sql `

  8. Menel

    Oh you're positing a forbidden URL! (With a dot) conversations can't open it 😃

  9. Menel

    The extended usage is not only mam. Your server is green for normal mam

  10. Menel

    Come to the prosody trunk dark side.. We have extended usage green.. (Even tho I don't know what for and why 😀)

  11. raver

    Anyone knows why the xep-0313 test is failing in the compliance test https://compliance.conversations.im/server/rimkus.it/ Although I have enabled mam in ejabberd: ` mod_mam: default: always db_type: sql `

  12. raver

    Menel: 😊 thx. But I'm already deep in the rabbit hole of ejabberd... I'm to lazy to dig all from start again🙃

  13. raver

    > I am also interested in a native postgresql clustering solution because all the hacks are a PITA and I'm not going to install mysql in my private infrastructure ever again ;) Have you checked https://wiki.postgresql.org/wiki/Multimaster There is 2ndquadrant which have a solution for master master replication

  14. Menel

    Ad you see nearly nobody has it. https://compliance.conversations.im/test/xep0313extended/ You don't need it I think because client's don't use it yet? I think ejabberd just has is right now.

  15. Menel

    Was a joke with prosody.. As I say.. Its not like its needed right now.. With most (all?) Clients

  16. raver

    Yep. I'm justca nerd who like green checkmark's 🤪

  17. raver

    Yep. I'm just a nerd who like green checkmark's 🤪

  18. raver

    Yep. I'm just a nerd who likes green checkmark's 🤪

  19. Menel

    Thats the main problem.. You're not alone with that behavior... These testing sites let people enable stuff they don't need 😃

  20. Menel

    I admit it bugs me a bit that the only one I'm missing for perfection is "XEP-0156: Discovering Alternative XMPP Connection Methods (HTTP) " But its set up and conversejs uses it just fine..

  21. Menel

    I suppose its somehow because I'm using another subdomain then my xmpp domain for it.. Which is allowed and clients are happy with it

  22. raver

    Menel: hmm I'm using another domain than my xmpp server as well

  23. raver

    My server runs under xmpp.rimkus.it and additionally has rimkus.it configured

  24. raver

    https://www.rimkus.it/.well-known/host-meta and https://www.rimkus.it/.well-known/host-meta.json

  25. raver

    https://rimkus.it/.well-known/host-meta and https://rimkus.it/.well-known/host-meta.json

  26. raver

    Do you have the meta info stored under the subdomain?

  27. Link Mauve

    raver, fyi, “the host-meta document SHOULD be served with the "application/xrd+xml" media type.”

  28. Link Mauve

    Currently you don’t specify any.

  29. Link Mauve

    I have no idea whether this is your issue or not, but it’s invalid to not have a Content-Type here.

  30. raver

    Link Mauve, thanks I'll try to add it.

  31. raver

    Link Mauve, could you please re-check? should be solved

  32. raver

    should i remove the charset (as it is defined in the xml attribute anyway?

  33. Link Mauve

    It wouldn’t hurt either way.