Gajim - 2024-04-16


  1. bot

    lovetox pushed 1 commits to branch gajim/master feat: Feedback on affiliation change failures - https://dev.gajim.org/gajim/gajim/-/commit/3a402d00efe0a18e5b2f7687b489c44bdce8fedb

  2. fjklp

    are certain setting required to make message moderation possible other than the message moderation setting?

  3. lovetox

    Im not aware of a message moderation setting

  4. fjklp

    I was referring to the "make room moderated" setting, but I think I'm encountering an ejabberd bug

  5. lovetox

    This has nothing to do with message moderation

  6. fjklp

    what does it do then?

  7. cal0pteryx

    Only people with "voice" can weite messages if this flag is on

  8. cal0pteryx

    *write

  9. fjklp

    thanks

  10. richmann

    is there a group voice chat method in xmpp?

  11. richmann

    encrypted?

  12. meson

    richmann: Dino supports this afaik

  13. 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

  14. 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?

  15. 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?

  16. lovetox

    fjklp, we touched moderation code with the db update, so it might be broken

  17. lovetox

    .

  18. 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

  19. lovetox

    the moderation xep was recently updated

  20. lovetox

    we dont support the newest version yt

  21. fjklp

    I'm on a nightly just before the db code change

  22. lovetox

    we dont support the newest version yet

  23. 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)

  24. lovetox

    we will work over the moderations impl to adjust to the new XEp

  25. lovetox

    when this is done it can be tested against the various impl

  26. fjklp

    alright

  27. Holger

    We gotta update ejabberd as well.

  28. lovetox

    i plan to stay compatible with all impl, as the changes where only some wrapper elements that changed

  29. lovetox

    fjklp, can you send the stanza you get from ejabberd?

  30. 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.

  31. lovetox

    there are no such events

  32. lovetox

    what do you want to achieve

  33. meson

    Reset the voice message ui in case the file was sent

  34. meson

    Reset the voice message ui and such in case the file was sent

  35. meson

    Ah right we wanted to reset it anyway always

  36. meson

    Then it's okay.

  37. meson

    The code is currently awful, but I'm also not in good condition right now. Anyway, that how the voice recording looks now:

  38. meson

    https://share.conversations.im/meeson_/nBAlKaATozYa5VDa/Gajim_VoiceRecording_2024-04-16.mkv

  39. lovetox

    Great stuff, UI looks nice

  40. meson

    Thanks :)

  41. 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

  42. bot

    lovetox pushed 1 commits to branch gajim/master cfix: MessageActionsBox: Set encryption state on action - https://dev.gajim.org/gajim/gajim/-/commit/b8f08f1ccb936756882662d6e857f0d5e92b9715

  43. hueso

    that recorder looks slick