-
lovetox
edhelas, do you publish pubsub node config values with "1" or "true"
-
lovetox
i tested on movim server which has the newest ejabberd version, and publish options seem broken for me
-
lovetox
see https://github.com/processone/ejabberd/issues/4106
-
edhelas
Well well well :p
-
edhelas
Who's wrong, who's right ?
-
edhelas
Seems to work for me 🤔
-
edhelas
I publish with 1 or 0 indeed, but I'll switch to true and false, it's cleaner
-
lovetox
it definitly should not matter if 1 or true, its equivalent
-
lovetox
but i think ejabberd devs forgot that in the publish options compare code
-
edhelas
Yes, but I'll still move to true/false
-
edhelas
I prefer to have this format, easier when you read the XML
-
lovetox
of course, but its broken right now, and this means its broken for your users if they use clients who use "true/false"
-
lovetox
so dont wonder when people complain about bookmarks
-
edhelas
Boom done
-
edhelas
https://github.com/movim/movim/commit/36ba842aa8aa38a777ab78d200262c45951af9d1
-
lovetox
not sure i understand your move, i tell you your server is broken and does not accept true/false values, and you go ahead and change it to true/false ?
-
edhelas
Oh, I though the other way around
-
edhelas
But it actually works with true/false as well
-
edhelas
Just tested
-
lovetox
if you read the ejabberd issue, where i posted the publish code, it does not
-
lovetox
and this was on movim
-
lovetox
it always returns "conflict" error
-
lovetox
do you use publish options for publishing bookmarks?
-
edhelas
Ok, ah, maybe with publish options
-
lovetox
Oo are you saying you publish bookmarks without publish options?
-
edhelas
I have both
-
edhelas
publish-options and a fallback
-
edhelas
Same error with 1/0 and true/false for me
-
edhelas
lovetox https://github.com/movim/movim/blob/master/src/Moxl/Xec/Action/Bookmark2/Set.php#L45
-
lovetox
so maybe the publish options are in general broken in ejabberd?
-
lovetox
but i did remember you said you tested this :D
-
edhelas
There was another issue, but that should have been fixed
-
edhelas
https://github.com/processone/ejabberd/issues/3044
-
edhelas
Looks like its not fixed yet...
-
sxavier
Could anyone suggest a library that supports OMEMO MUCs? I've been using slixmpp-omemo for a few utility bots on my OMEMO private group chats. It looks like omemo-backend-signal has been archived and slixmpp-omemo hasn't been actively developed recently. If I eventually need to switch, what's available? (I'm using Python, but could try to learn Rust)