Gajim - 2024-02-07


  1. xiaobai

    My account forgot password how to get back, have the big guy teach me?

  2. fjklp

    my best guess is that you should talk to your server admin and see if you can get it back

  3. fjklp

    did you have gajim setup to store your password?

  4. xiaobai

    Okay, thank you

  5. xiaobai

    Let me talk to the administrator

  6. asterix

    xiaobai: on which server is it?

  7. 23

    I have a private room ( family with just three people) and from this morning I get the rotating icon saying loading messages but the messages are loaded and have the message "messages stored on server" I have left and rejoined the group restarted my server with no change. I am running the Debian nightly, this room has worked fine for over a year.

  8. marmistrz

    > marmistrz, i pushed a commit, which should implement the fallback better lovetox, thanks, yes that's even better. I'll close the MR thanks

  9. marmistrz

    The issue still seems to persist, so I'll keep debugging

  10. lovetox

    marmistrz, i tested this and the only thing i found was, that if you create a muc yourself, then encryption is disabled

  11. lovetox

    this has probabyl nothing to do with defaults, rather with the creation flow, when we receive disco, and when we join

  12. lovetox

    23, enable debug logs, join the channel

  13. marmistrz

    Hmmm, maybe the app stored something as the non-default. So this works as long as you create the MUC in Conversations, for example, right?

  14. lovetox

    send us the log from the moment you tried to join

  15. lovetox

    marmistrz, i didnt debug this, i just suspect we get the disco from the muc only after we already joined

  16. lovetox

    this is because mucs can only be created with a join

  17. lovetox

    but we depend on disco info to get the info if its private or public

  18. marmistrz

    Ok, I'll debug it after the conference deadline.

  19. lovetox

    so if you create, gajim will think for a few seconds its a public muc, after we received the disco, we know its private

  20. lovetox

    i doubt thats easy to fix, you would need to create logic that not depends on disco to get this information