Gajim - 2025-03-26


  1. deport

    Codimp: Unless it has changed in recent versions, you should be able to set this character in the Advanced Configuration Editor.

  2. Codimp

    > Codimp: Unless it has changed in recent versions, you should be able to set this character in the Advanced Configuration Editor. yup, gc_refer_to_nick_char, thanks!

  3. The Wild

    > I'm under gajim 2.0.4, Arch Linux, Sway > When right clicking on the Gajim icon tray, a small menu appears, but nothing in it, like so : Found the issue in Gajim tracker and yeah, it's not Gajim it's Waybar. So, not your problem ^^

  4. 1

    I want to know how to install the OTR plugin in the latest version.

  5. 1

    Can someone give me an answer?

  6. Kris

    Afaik that is no longer supported. And yoy should really try to switch to OMEMO.

  7. Kris

    Afaik that is no longer supported. And you should really try to switch to OMEMO.

  8. 1

    But someone else chatted with me using otr, I can't view

  9. Kris

    Tell them to use omemo instead 🀷

  10. Codimp

    > Codimp: Unless it has changed in recent versions, you should be able to set this character in the Advanced Configuration Editor. Is it ok if I make a PR to change the default behavior of this setting, removing the "," by default? It seems today most people just want to mention people, not add some comma after

  11. Link Mauve

    Codimp, AFAIK mentions are now triggered by the @ key, soon with metadata mentioning who needs to be mentioned, so that character soon won’t matter.

  12. Link Mauve

    Also ',' is a mentioning character alright, see my previous message.

  13. Codimp

    yes, so I don't do anything

  14. afterlif0189

    >> Does that apply to the portable version too? That's what I used and I can't find a cache folder. > UserData/cache.db Removing that file allowed gajim to start normally. TYVM.

  15. danielstein

    how can i install the anti spam plugin in flatpak

  16. danielstein

    receiving many spam

  17. cal0pteryx

    If it's not available on flathub, there is a flatpak meta info file for each plugin, which can be used for installing: https://dev.gajim.org/gajim/gajim-plugins/-/blob/master/anti_spam/org.gajim.Gajim.Plugin.anti_spam.metainfo.xml don't ask me how to use it though :) I don't think we have a wiki entry for that yet

  18. Pikarobbi

    Does Gajim implement XEP-0448? It is not listed as a supported XEP on xmpp.org and I also can't find any mention on dev.gajim.org . However, when share a file in an OMEMO chat, the file link starts with aesgcm:// indicating that the file is actually encrypted and also checking the file on my ejabberd server the file appears to be stored in encrypted form. Hence, I wonder if XEP-0448 is actually implemented or why it is not listed.

  19. cal0pteryx

    Pikarobbi, wrong XEP. Gajim does not implement Stateless File Sharing (XEP-0447), and 0448 is an extension to 0447. But yes, Gajim does support OMEMO encryption for files

  20. cal0pteryx

    see https://xmpp.org/extensions/xep-0454.html

  21. Pikarobbi

    Thanks, that clarifies it. πŸ™‚οΈ

  22. hannibal

    danielstein: you could start with https://github.com/flathub/org.gajim.Gajim.Plugin.pgp/blob/master/org.gajim.Gajim.Plugin.pgp.yaml and replace pgp by anti spam

    πŸ‘ 1
  23. hannibal

    And then something like `flatpak-builder --user --repo=gajim_flatpak_repo --install-deps-from=flathub --force-clean ~/Gajim/gajim_flatpak ~/Gajim/flatpak/org.gajim.Gajim.Plugin.anti_spam.yaml`

  24. danielstein

    > danielstein: you could start with https://github.com/flathub/org.gajim.Gajim.Plugin.pgp/blob/master/org.gajim.Gajim.Plugin.pgp.yaml and replace pgp by anti spam πŸ‘

  25. hannibal

    And then something like `flatpak-builder --user --repo=gajim_flatpak_repo --install-deps-from=flathub --force-clean ~/Gajim/gajim_flatpak org.gajim.Gajim.Plugin.anti_spam.yaml`

  26. hannibal

    See also https://dev.gajim.org/gajim/gajim/-/tree/master/flatpak?ref_type=heads#install-gajim-and-dependencies