Gajim - 2024-02-22


  1. maximus

    hi sweet people, I have a question

  2. maximus

    is there like a plugin to record voice messages on gajim?

  3. maximus

    it would be really useful if someone made it

  4. fjklp

    I don't know of one but this has been a fairly frequent desire expressed by people

  5. fjklp

    it seems like it would be a fairly easy plugin to create too

  6. meson

    fjklp: we got a volunteer? :p

  7. fjklp

    if I knew python I probably would :)

  8. stefan

    in the meantime you could use the voice recorder (windows), just tested, it saves the recordings, you just have to paste them manually into the gajim window.

  9. stefan

    don't know the situation on linux.

  10. maximus

    that's what I already do, but it isn't quite user-friendly imo

  11. stefan

    or just do it on the phone.

  12. stefan

    > that's what I already do, but it isn't quite user-friendly imo thats's true. for longer messages it could save time anyways.

  13. bodqhrohro

    > don't know the situation on linux. stefan: parecord.

  14. maximus

    wonder why gajim devs always seemed to not be interested in this feature

  15. meson

    Other priorities, otherwise it's open source, so you can do it yourself or sponsor someone to work on it or hope that someone else does it finally :)

  16. cal0pteryx

    maximus: most things I implement are things I want to have personally. I don't use voice messages :)

  17. maximus

    meson, it may not be really easy for someone that is not familiar with the codebase

  18. meson

    that's true, it took me some time too when I rewrote the audio player widget, but I can assure you, you get excellent help here ;-)

  19. maximus

    do you know some any good resource/documentation to get started on writing plugins?

  20. maximus

    do you know any good resource/documentation to get started on writing plugins?

  21. meson

    I think it'd be worth it to implement it directly into the core to contemplate the player widget.

  22. maximus

    where is it located?

  23. meson

    s/contemplate/complete The gtk stuff you can find here: https://dev.gajim.org/gajim/gajim/-/tree/master/gajim/gtk?ref_type=heads In case of plugins, you can check out how other plugins work: https://dev.gajim.org/gajim/gajim-plugins

  24. meson

    s/contemplate/complement The gtk stuff you can find here: https://dev.gajim.org/gajim/gajim/-/tree/master/gajim/gtk?ref_type=heads In case of plugins, you can check out how other plugins work: https://dev.gajim.org/gajim/gajim-plugins

  25. dennisk

    Hi, I have a question. Is it possible to re-fetch the chat history of a MUC, having joined the MUC, after changing the Default Sync Threshold to a higher value from an initially lower value?

  26. dennisk

    https://share.conversations.im/dennisk/BX9gMgT7TQ494Jcm/5f4963a0-3274-4c96-89ef-783b8b4b6f3d.png

  27. dennisk

    Here it says that the option applies to new public group chats. Does it mean that it has no effect on MUCs that were joined before changing that option's value?

  28. dennisk

    I previously set it to a one day threshold, which I then realized was too small a value for me

  29. dennisk

    https://share.conversations.im/dennisk/ba2j1HwKeMxlp7zn/889cc5ad-780f-4ac4-8c55-9f2ed7a9969e.png

  30. dennisk

    I have been scrolling up with the mouse wheel, yet the chat history isn't being fetched at all

  31. chud

    remind me pls, is jingle file transfer broken in gajim?

  32. dennisk

    https://share.conversations.im/dennisk/eOwpnjRQVc9dCNxy/b9066818-75c0-4c5b-a7e4-f059fc8a35a1.png

  33. affrip

    chuddy

  34. dennisk

    Now I have changed the threshold to one month. Surely I should now start seeing chat history beyond February 21st, right?

  35. dennisk

    The chat history is stuck on that day in my Gajim client.

  36. dennisk

    Cannot retrieve earlier messages.

  37. cal0pteryx

    dennisk: this setting applies only for first time joins. Gajim isn't able to dynamically fetch earlier messages

  38. dennisk

    > dennisk: this setting applies only for first time joins. Gajim isn't able to dynamically fetch earlier messages I see, thank you for responding 😄️. Is there any development plan for Gajim to be able to dynamically fetch earlier messages?

  39. dennisk

    > dennisk: this setting applies only for first time joins. Gajim isn't able to dynamically fetch earlier messages cal0pteryx: I see, thank you for responding 😄️. Is there any development plan for Gajim to be able to dynamically fetch earlier messages?

  40. lovetox

    no currently not, the xmpp protocol does not enable this easily

  41. bodqhrohro

    Why cannot I open the inspector, huh?

  42. bodqhrohro

    Only with the environment variable.

  43. cal0pteryx

    Works fine here

  44. cal0pteryx

    Ctrl+Shift+I

  45. bodqhrohro

    Possibly something overrides it then.

  46. bodqhrohro

    Ctrl+Shift+D doesn't work either.

  47. bodqhrohro

    And AFAIR, I already had such problems with modern Gajim before.

  48. cal0pteryx

    bodqhrohro: problem is on your end.