-
bot
lovetox pushed 1 commits to branch gajim/master feat: Feedback on affiliation change failures - https://dev.gajim.org/gajim/gajim/-/commit/3a402d00efe0a18e5b2f7687b489c44bdce8fedb
-
fjklp
are certain setting required to make message moderation possible other than the message moderation setting?
-
lovetox
Im not aware of a message moderation setting
-
fjklp
I was referring to the "make room moderated" setting, but I think I'm encountering an ejabberd bug
-
lovetox
This has nothing to do with message moderation
-
fjklp
what does it do then?
-
cal0pteryx
Only people with "voice" can weite messages if this flag is on
-
cal0pteryx
*write
-
fjklp
thanks
-
richmann
is there a group voice chat method in xmpp?
-
richmann
encrypted?
-
meson
richmann: Dino supports this afaik
-
bot
lovetox pushed 1 commits to branch gajim/master imprv: Notify of new members in private MUCs - https://dev.gajim.org/gajim/gajim/-/commit/0e95e5d2a10bf73e2287a99cc7f250483db20d5f
-
fjklp
It looks like gajim fails to update moderated messages when the incoming <retract> element in the <message> stanza has an id attribute. Does that make sense?✎ -
fjklp
It looks like gajim fails to update the displaying of moderated messages when the incoming <retract> element in the <message> stanza has an id attribute. Does that make sense? ✏
-
lovetox
fjklp, we touched moderation code with the db update, so it might be broken
-
lovetox
.
-
fjklp
For some reason it looks like ejabberd started including the id attribute in version 24.02, so gajim works on earlier ejabberd versions for message moderation but not on that, the newest
-
lovetox
the moderation xep was recently updated
-
lovetox
we dont support the newest version yt✎ -
fjklp
I'm on a nightly just before the db code change
-
lovetox
we dont support the newest version yet ✏
-
fjklp
lovetox: according to Holger: >ejabberd 24.02 only supports the pre-0.3.0 version of that extension (only the urn:xmpp:message-moderate:0 namespace)
-
lovetox
we will work over the moderations impl to adjust to the new XEp
-
lovetox
when this is done it can be tested against the various impl
-
fjklp
alright
-
Holger
We gotta update ejabberd as well.
-
lovetox
i plan to stay compatible with all impl, as the changes where only some wrapper elements that changed
-
lovetox
fjklp, can you send the stanza you get from ejabberd?
-
meson
Sorry that I need to ask. How can I react to the events that a file was not sent ("Cancel" button pressed) and a file was sent ("Send Files") button pressed? Somehow I cannot find the right methods.
-
lovetox
there are no such events
-
lovetox
what do you want to achieve
-
meson
Reset the voice message ui in case the file was sent✎ -
meson
Reset the voice message ui and such in case the file was sent ✏
-
meson
Ah right we wanted to reset it anyway always
-
meson
Then it's okay.
-
meson
The code is currently awful, but I'm also not in good condition right now. Anyway, that how the voice recording looks now:
-
meson
https://share.conversations.im/meeson_/nBAlKaATozYa5VDa/Gajim_VoiceRecording_2024-04-16.mkv
-
lovetox
Great stuff, UI looks nice
-
meson
Thanks :)
-
bot
lovetox pushed 1 commits to branch gajim/master ci: Allow debian build to fail for now - https://dev.gajim.org/gajim/gajim/-/commit/e3a0915a3b8813e877a2f20e6e02974ebbdfa9c7
-
bot
lovetox pushed 1 commits to branch gajim/master cfix: MessageActionsBox: Set encryption state on action - https://dev.gajim.org/gajim/gajim/-/commit/b8f08f1ccb936756882662d6e857f0d5e92b9715
-
hueso
that recorder looks slick