Gajim - 2024-02-26


  1. tyil

    Hi everyone, I have 2 questions on Gajim

  2. tyil

    Is there a way to jump between mentions/highlights? A hotkey or button to go the the previous highlights so I can easily read them back, a plugin would be fine too

  3. tyil

    And can I change the `,` after tab-completing a nickname to a `;`? I looked around in the preferences but couldn't find a setting for it

  4. fjklp

    > And can I change the `,` after tab-completing a nickname to a `;`? I looked around in the preferences but couldn't find a setting for it in the advanced configuration editor, it's at gc_refer_to_nick_char

  5. fjklp

    > Is there a way to jump between mentions/highlights? A hotkey or button to go the the previous highlights so I can easily read them back, a plugin would be fine too I don't think so

  6. tyil

    Ah, that explains why I couldn't just find it, thanks fjklp

  7. fjklp

    you're welcome

  8. tyil

    And too bad about the highlights thing, thanks for the response <3

  9. fjklp

    > Is there a way to jump between mentions/highlights? A hotkey or button to go the the previous highlights so I can easily read them back, a plugin would be fine too this seems like it would be a nice feature

  10. tyil

    I used to use it in my IRC client all the time, especially if there's a huge backlog in a room I just want to see what people wanted me specifically for

  11. cal0pteryx

    That feature is in the works (an activity stream showing all the mentions to scroll through)

  12. tyil

    Sounds nice

  13. fjklp

    will gajim track our nick if we change it?

  14. fjklp

    or does it track that the message was a mention only?

  15. fjklp

    I'm happy to hear that, anyway

  16. lovetox

    why would we track you nick change?

  17. lovetox

    why would we track your nick change?

  18. lovetox

    or why do you think thats necessary to show you were mentioned in a message

  19. lovetox

    ah i get it, you want to see that you were mentioned for past messages even after a nick change

  20. fjklp

    actually, I hadn't thought of that reason

  21. fjklp

    well, I figured either the database will either mark the message as having mentioned me, or we will track what nick we had at what time so we can detect a mention by correlating later

  22. fjklp

    honestly, I'm too tired to think clearly right now

  23. fjklp

    XEP-0452: MUC Mention Notifications is kind of interesting

  24. fjklp

    maybe you consider it an edge case but if a user leaves a muc, changes nick and returns and gets the message archive, they will not be highlighted by mentions of their old nick

  25. fjklp

    I'm not exactly sure how I would attempt to solve that

  26. fjklp

    you could just keep track of every nick that the user has used in the muc and highlight any mention of any of them

  27. lovetox

    Every user has a unique occupant Id but seems no spec yet uses it

  28. fjklp

    lol

  29. fjklp

    what spec mandates or suggests a unique occupant ID?

  30. fjklp

    what spec mandates or recommends a unique occupant ID?

  31. lovetox

    https://xmpp.org/extensions/xep-0421.html

  32. meson

    I've added a method in `chat_stack.py` to start audio recording to a file: What's the right method to send this file?

  33. meson

    I've added a method in `chat_stack.py` to record audio to a file: What's the right method to send this file?

  34. meson

    (This is about voice messages)

  35. lovetox

    search for something like send-file

  36. lovetox

    action

  37. meson

    I think I got it which works. Thanks

  38. meson

    Will continue working on it in April:

  39. meson

    https://share.conversations.im/meeson_/68R19PL7o58wUo3m/gajim_voice_message_poc.mp4

  40. cal0pteryx

    Hey that's nice :) which device are you accessing when the button is pressed? Default mic set in preferences?

  41. meson

    I simply use the pulseaudio input currently, obviously this needs to be finegraded later

  42. cal0pteryx

    But via gst?

  43. meson

    sure

  44. cal0pteryx

    Cool! Looking forward to this :) do you care to open a MR at this stage?

  45. meson

    The code is awful in its current stage :D really just a straight forward "let me see if how this could work". But if you don't care about it, I can already publish it.

  46. meson

    The code is awful in its current stage :D really just a straight forward "let me see how this could work". But if you don't care about it, I can already publish it.

  47. cal0pteryx

    meson: as long as you mark it 'draft'. It's also a sign for others that this is being worked on

  48. meson

    Needs to be cleaned up a lot. I do have some questions how to proceed at certain places, but I lack the time anyway now, but as said, in April I will look into it again.

  49. Cyrille

    Great !

  50. Polarian

    > I simply use the pulseaudio input currently, obviously this needs to be finegraded later What about native support for pipewire?

  51. meson

    Polarian, everything is possible, I was just happy to get it something together within 1-2 hours ;)

  52. fjklp

    meson: hey, that's really cool to see. I'm sure it will make some people happy. It's been requested many times.

  53. lister

    hey, new to xmpp. I've been evaluating different clients, and looking at gajim, I've noticed that it doesn't support any jingle encryption features. Is this impression accurate?

  54. Polarian

    lister, if you want A/V support (with end to end encryption) you will need to use dino

  55. cal0pteryx

    meson: thanks a lot