-
tyil
Hi everyone, I have 2 questions on Gajim
-
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
-
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
-
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
-
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
-
tyil
Ah, that explains why I couldn't just find it, thanks fjklp
-
fjklp
you're welcome
-
tyil
And too bad about the highlights thing, thanks for the response <3
-
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
-
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
-
cal0pteryx
That feature is in the works (an activity stream showing all the mentions to scroll through)
-
tyil
Sounds nice
-
fjklp
will gajim track our nick if we change it?
-
fjklp
or does it track that the message was a mention only?
-
fjklp
I'm happy to hear that, anyway
-
lovetox
why would we track you nick change?✎ -
lovetox
why would we track your nick change? ✏
-
lovetox
or why do you think thats necessary to show you were mentioned in a message
-
lovetox
ah i get it, you want to see that you were mentioned for past messages even after a nick change
-
fjklp
actually, I hadn't thought of that reason
-
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
-
fjklp
honestly, I'm too tired to think clearly right now
-
fjklp
XEP-0452: MUC Mention Notifications is kind of interesting
-
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
-
fjklp
I'm not exactly sure how I would attempt to solve that
-
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
-
lovetox
Every user has a unique occupant Id but seems no spec yet uses it
-
fjklp
lol
-
fjklp
what spec mandates or suggests a unique occupant ID?✎ -
fjklp
what spec mandates or recommends a unique occupant ID? ✏
-
lovetox
https://xmpp.org/extensions/xep-0421.html
-
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?✎ -
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? ✏
-
meson
(This is about voice messages)
-
lovetox
search for something like send-file
-
lovetox
action
-
meson
I think I got it which works. Thanks
-
meson
Will continue working on it in April:
-
meson
https://share.conversations.im/meeson_/68R19PL7o58wUo3m/gajim_voice_message_poc.mp4
-
cal0pteryx
Hey that's nice :) which device are you accessing when the button is pressed? Default mic set in preferences?
-
meson
I simply use the pulseaudio input currently, obviously this needs to be finegraded later
-
cal0pteryx
But via gst?
-
meson
sure
-
cal0pteryx
Cool! Looking forward to this :) do you care to open a MR at this stage?
-
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.✎ -
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. ✏
-
cal0pteryx
meson: as long as you mark it 'draft'. It's also a sign for others that this is being worked on
-
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.
-
Cyrille
Great !
-
Polarian
> I simply use the pulseaudio input currently, obviously this needs to be finegraded later What about native support for pipewire?
-
meson
Polarian, everything is possible, I was just happy to get it something together within 1-2 hours ;)
-
fjklp
meson: hey, that's really cool to see. I'm sure it will make some people happy. It's been requested many times.
-
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?
-
Polarian
lister, if you want A/V support (with end to end encryption) you will need to use dino
-
cal0pteryx
meson: thanks a lot