Gajim - 2024-01-30


  1. fjklp

    Does anyone experience that when clicking a URL link in gajim in gnome/wayland with firefox as default browser, it opens the link but does not raise firefox to the foreground? gnome-terminal raises it to the foreground, so I know it's possible. Maybe it requires something special.

  2. cal0pteryx

    fjklp: there is a wiki entry on how to fix that

  3. fjklp

    you have any idea what it might be called, or a search term?

  4. sch

    Gajim is unable to download Out Of Band attachements due to HTTP error. Dino, Converse and Conversations are able to download those attachments.

  5. sch

    I suspect it has to do with the user-agent header.

  6. sch

    Where is the code responsible for downloading HTTP content?

  7. sch

    In Slixfeed groupchat I can show you the issue.

  8. lovetox

    Simply show the error Gajim prints to the log

  9. marmistrz

    I'm currently debugging https://dev.gajim.org/gajim/gajim/-/issues/11749. It looks like that when a groupchat is created, its 'encryption' setting is set to "" instead of the encryption default.

  10. marmistrz

    I can't find the code responsible for such initialization. Where should I look?

  11. lovetox

    in settings_values

  12. lovetox

    under group chat

  13. marmistrz

    Okay, I see, adding a new setting: `gc_encryption_default` to `ACCOUNT_SETTINGS` does the trick. However, then we can't handle it through the `Setting` magic and we'd need to have a separate setting for the default for GCs and another one for 1:1 chats, which is bad UX.

  14. marmistrz

    Is there any way we could set `gc_encryption_default` to always be the same as `encryption_default`?

  15. marmistrz

    Providing that default is enough even for groupchats that don't support encryption, I'm currently writing this with `'gc_encryption_default': 'OMEMO'` and everything works like charm.

  16. lovetox

    yeah? what does it do if you join a public chat

  17. marmistrz

    encryption is simply disabled in a public chat, as expected

  18. marmistrz

    and enabled if the MUS supports it

  19. marmistrz

    and enabled if the MUC supports it

  20. marmistrz

    You can test this draft: https://dev.gajim.org/gajim/gajim/-/merge_requests/1005 (we can't just hardcode the default to OMEMO, though)

  21. stefan

    Hello, FYI: I have noted a small doc on how to add a second notification path in Fail2ban - besides e-mail - via XMPP. It would be nice if someone wanted to test it. Maybe I have overlooked something, if there are any mistakes I would be grateful for a hint. Thank you. (my preferred markdown viewer/editor ist marktext at the moment). https://github.com/fail2ban/fail2ban/files/14105058/A.simple.XMPP.Jabber.integration.for.Fail2Ban.20240119.md

  22. stefan

    https://private-user-images.githubusercontent.com/12584679/300989743-cad8d397-4bc1-430c-a0ff-763bd50fee01.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2NTcxMzAsIm5iZiI6MTcwNjY1NjgzMCwicGF0aCI6Ii8xMjU4NDY3OS8zMDA5ODk3NDMtY2FkOGQzOTctNGJjMS00MzBjLWEwZmYtNzYzYmQ1MGZlZTAxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMzAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTMwVDIzMjAzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNhNGMyNjIyMjNhMTgyYmUzZTc1MGY1YTU0YTQ3YTE3NTc2Y2IwZjAyZWMxMWQ3MWY3NjRlYzY3NDIxOGMwOTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.z6c4Nc4r5ajzouPCmkydR5ocOEJmbwustuuhT4dSHVk

  23. stefan

    It 's a link with a jwt token, a screenshot of the gajim windows

  24. stefan

    It 's a link with a jwt token, a screenshot of the gajim program window