-
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.
-
cal0pteryx
fjklp: there is a wiki entry on how to fix that
-
fjklp
you have any idea what it might be called, or a search term?
-
sch
Gajim is unable to download Out Of Band attachements due to HTTP error. Dino, Converse and Conversations are able to download those attachments.
-
sch
I suspect it has to do with the user-agent header.
-
sch
Where is the code responsible for downloading HTTP content?
-
sch
In Slixfeed groupchat I can show you the issue.
-
lovetox
Simply show the error Gajim prints to the log
-
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.
-
marmistrz
I can't find the code responsible for such initialization. Where should I look?
-
lovetox
in settings_values
-
lovetox
under group chat
-
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.
-
marmistrz
Is there any way we could set `gc_encryption_default` to always be the same as `encryption_default`?
-
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.
-
lovetox
yeah? what does it do if you join a public chat
-
marmistrz
encryption is simply disabled in a public chat, as expected
-
marmistrz
and enabled if the MUS supports it✎ -
marmistrz
and enabled if the MUC supports it ✏
-
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)
-
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
-
stefan
https://private-user-images.githubusercontent.com/12584679/300989743-cad8d397-4bc1-430c-a0ff-763bd50fee01.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2NTcxMzAsIm5iZiI6MTcwNjY1NjgzMCwicGF0aCI6Ii8xMjU4NDY3OS8zMDA5ODk3NDMtY2FkOGQzOTctNGJjMS00MzBjLWEwZmYtNzYzYmQ1MGZlZTAxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMzAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTMwVDIzMjAzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNhNGMyNjIyMjNhMTgyYmUzZTc1MGY1YTU0YTQ3YTE3NTc2Y2IwZjAyZWMxMWQ3MWY3NjRlYzY3NDIxOGMwOTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.z6c4Nc4r5ajzouPCmkydR5ocOEJmbwustuuhT4dSHVk
-
stefan
It 's a link with a jwt token, a screenshot of the gajim windows✎ -
stefan
It 's a link with a jwt token, a screenshot of the gajim program window ✏