-
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.
-
Ellenor Bjornsd.
citation needed✎ -
Ellenor Bjornsd.
citation needed that pgsql doesn't cluster ✏
-
Maranda
Ellenor Bjornsd.: I dare you "citating" anything that says the contrary natively.
-
Maranda
(Also Postgres "clusters" aren't clusters)
-
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 ;)
-
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 `✎ -
Menel
Oh you're positing a forbidden URL! (With a dot) conversations can't open it 😃
-
Menel
The extended usage is not only mam. Your server is green for normal mam
-
Menel
Come to the prosody trunk dark side.. We have extended usage green.. (Even tho I don't know what for and why 😀)
-
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 ` ✏
-
raver
Menel: 😊 thx. But I'm already deep in the rabbit hole of ejabberd... I'm to lazy to dig all from start again🙃
-
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
-
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.
-
Menel
Was a joke with prosody.. As I say.. Its not like its needed right now.. With most (all?) Clients
-
raver
Yep. I'm justca nerd who like green checkmark's 🤪✎ -
raver
Yep. I'm just a nerd who like green checkmark's 🤪 ✏
-
raver
Yep. I'm just a nerd who likes green checkmark's 🤪 ✏
-
Menel
Thats the main problem.. You're not alone with that behavior... These testing sites let people enable stuff they don't need 😃
-
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..
-
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
-
raver
Menel: hmm I'm using another domain than my xmpp server as well
-
raver
My server runs under xmpp.rimkus.it and additionally has rimkus.it configured
-
raver
https://www.rimkus.it/.well-known/host-meta and https://www.rimkus.it/.well-known/host-meta.json✎ -
raver
https://rimkus.it/.well-known/host-meta and https://rimkus.it/.well-known/host-meta.json ✏
-
raver
Do you have the meta info stored under the subdomain?
-
Link Mauve
raver, fyi, “the host-meta document SHOULD be served with the "application/xrd+xml" media type.”
-
Link Mauve
Currently you don’t specify any.
-
Link Mauve
I have no idea whether this is your issue or not, but it’s invalid to not have a Content-Type here.
-
raver
Link Mauve, thanks I'll try to add it.
-
raver
Link Mauve, could you please re-check? should be solved
-
raver
should i remove the charset (as it is defined in the xml attribute anyway?
-
Link Mauve
It wouldn’t hurt either way.