-
kumdjar
Is there a native open source XMPP client on windows with Calls?
-
kumdjar
im kinda sick of mumble
-
vpzom
I think there's a fork of dino somewhere that added windows support
-
kumdjar
... its still the same then
-
kumdjar
The Matrix protocol sucks but the Clients are alright.
-
kumdjar
XMPP has a great protocoll but the clients are barely existent...
-
moparisthebest
movim should work from windows too
-
wgreenhouse
it does
-
moparisthebest
also cheogram web now
-
kumdjar
isnt that just a webapp too?
-
vpzom
(but they said native)
-
wgreenhouse
an all right client for a bad protocol isn't really possible
-
kumdjar
yeh
-
moparisthebest
> (but they said native) oops totally missed that one sorry ↺
-
kumdjar
kinda annojing that everything needs to be a web app to be crossplatform.
-
kumdjar
i miss gajim having voip, that worked on linux and windows
-
moparisthebest
I think it's just easiest especially with calls
-
kumdjar
....and i hate hosting matrix, the clients are ... accseptable sometime but the server is garbage, the protocoll is somehow more bloat than xmpp...
-
kumdjar
im kinda at a loss with foss messaging
-
wgreenhouse
gajim's calling isn't e2ee which is why it got left behind by the others
-
kumdjar
....kinda have to use Nextcloud Talk because Calls are very good, but its not really federated.
-
kumdjar
> gajim's calling isn't e2ee which is why it got left behind by the others
-
kumdjar
yeah you are not the mass of devs you used to be too.
-
kumdjar
i miss xmpp
-
kumdjar
but i need proper calls on windows
-
kumdjar
if am xmpp client has voip its mostly perfect...
-
vpzom
what does "native" even mean? what are you trying to achieve?
-
kumdjar
native means i dont need to run 2GB of chrome/firefox
-
kumdjar
do i really need to ellaborate more ?
-
kumdjar
why i dont want the 500th discord clone in electron???
-
kumdjar
even if its Foss
-
kumdjar
TLDR: Bloat?
-
kumdjar
Ram is kinda expensive
-
kumdjar
the state of foss messaging is a dump... i hate it. whatever, i came for my annually questioning of status... see ya
-
alexnevashno
П
-
Link Mauve
I really should continue my GTK UI for gst-meet, that would probably fit that kind of usecase.
-
jjj333_p (any pronouns)
okay for my matrix bridge, how should i handle body + attachments? the way i have my db set up is that theres generally a 1:1 pairing which mostly works out, but this is a rare edge case (most clients dont let you do such)-- do i a) if theres an additional text body make the single xep-0066 message with the text body prepended onto the url in the body which will make it not embed in most clients b) a, but also support the newer xep that no one really uses but would allow for text + body c) send as separate messages, and in the db only map to one of the bridged messages (preferably the one with the media for moderation reasons)
-
jjj333_p (any pronouns)
a is the easiest to do for right now just to make things work, but i probably want to either do b or c in the long run
-
jjj333_p (any pronouns)
with a this is how it looks (ignore the fact its out of order)
-
jjj333_p (any pronouns)
https://downloadable.pain.agency/file_share/019bcff9-f847-7417-85cc-66a556015e39/094393e5-6b08-4a11-a62b-79968a8ca8a7.png
-
Martin
> lovetox, yeah. if someone is in dnd, I'll think twice whether my message is truly important enough. Some people are safe to contact when dnd as it means they switched off notifications and a message wouldnrdisturb. 😂
-
singpolyma
> okay for my matrix bridge, how should i handle body + attachments? the way i have my db set up is that theres generally a 1:1 pairing which mostly works out, but this is a rare edge case (most clients dont let you do such)-- do i > a) if theres an additional text body make the single xep-0066 message with the text body prepended onto the url in the body which will make it not embed in most clients > b) a, but also support the newer xep that no one really uses but would allow for text + body > c) send as separate messages, and in the db only map to one of the bridged messages (preferably the one with the media for moderation reasons) do a and also include a fallback indication tag for the url part of the body ↺
-
singpolyma
You could use sims as well but this is more for delivering extra metadata like hashes doesn't change the body situation
-
jjj333_p (any pronouns)
> You could use sims as well but this is more for delivering extra metadata like hashes doesn't change the body situation i mean most of that data is usually in the matrix message anyways so i could probably just bridge that ↺
-
jjj333_p (any pronouns)
the one i had in mind was https://xmpp.org/extensions/xep-0447.html though
-
jjj333_p (any pronouns)
also gajim still breaks when media is sent with sims even if theres 0066 fallback
-
singpolyma
Sure, 0047 is just a clone of sims with gratuitously different syntax
-
singpolyma
> also gajim still breaks when media is sent with sims even if theres 0066 fallback Really? I've been sending sims for years and somehow not noticed this... ↺
-
jjj333_p (any pronouns)
> Really? I've been sending sims for years and somehow not noticed this... tbf i mainly know of it from monocles, which seems to be the de-facto in the very particular groups ive interacted with ↺
-
jjj333_p (any pronouns)
try sending media here ill see if it embeds
-
singpolyma
https://media3.giphy.com/media/v1.Y2lkPWM1NzYyZGVmY2lzYzJhYm1zYW0xeXlveWwwOGFoZGttMDlkdnBlY2J4NWV5ZXZmMSZlcD12MV9naWZzX3RyZW5kaW5nJmN0PWc/yZ8PEJw0SbQAiWIB5B/giphy.webp

-
jjj333_p (any pronouns)
huh that embeds fine
-
jjj333_p (any pronouns)
it could be something else monocles is doing
-
jjj333_p (any pronouns)
ive only seen it in psi+ and monocles users, of which i am neither (i like having mam and dont have an android)
-
singpolyma
Image and text together I assume won't https://upload.mboa.dev/7f08ee5d-08ee-422c-a2dd-38b93769e9e0/IMG_0085.HEIC
-
singpolyma
I doubt psi+ is doing sims so probably something else
-
jjj333_p (any pronouns)
yeah that doesnt, dont think i could display a heic anyways
-
singpolyma
Ah yeah. Maybe I should add something to convert those :P
-
jjj333_p (any pronouns)
> I doubt psi+ is doing sims so probably something else i probably have the names all confused, im not exactly sober rn either. i should head off to bed my appologies ↺
-
Link Mauve
singpolyma, so your HEIC image is split in 512×512 blocks, then a thumbnail, but what are the remaining 512×512 blocks, monochrome and scaled down compared to the first blocks?✎ -
jjj333_p (any pronouns)
hm okay i had the names the right way around, but i had remembered sims being depricated, rather than deferred
-
Link Mauve
singpolyma, so your HEIC image is split in 512×512 blocks, then a thumbnail, but what are the remaining 512×512 blocks, grayscale and scaled down compared to the first blocks? ✏
-
Link Mauve
The first ones are labeled Main Still Picture, while the grayscale ones are labeled Rext.
-
Link Mauve
Also, [ffmpeg/video] hevc: Error parsing NAL unit #0.
-
Link Mauve
Do you know what that is?
-
jjj333_p (any pronouns)
the only reason i know of any of these was a while back looking into if it was possible to attach multiple files in one message, and i believe sfs allows for that not sims. is there any sort of consensus on which will actually get used and become stable spec?
-
lovetox
both allow that, SFS can do it in a backwards compatible manner to what we do now, body + oob
-
singpolyma
> singpolyma, so your HEIC image is split in 512×512 blocks, then a thumbnail, but what are the remaining 512×512 blocks, grayscale and scaled down compared to the first blocks? no idea. It's whatever the iPhone camera does ↺
-
singpolyma
> the only reason i know of any of these was a while back looking into if it was possible to attach multiple files in one message, and i believe sfs allows for that not sims. is there any sort of consensus on which will actually get used and become stable spec? You can do that with sims. You can also do it with neither and use OOB of course ↺
-
vpzom
Is there a standard way to reorder pubsub items? What I've read so far implies that I would have to remove and reinsert all of them
-
jjj333_p (any pronouns)
> You can do that with sims. You can also do it with neither and use OOB of course amazing ↺
-
jjj333_p (any pronouns)
i assume sims seems to be more of the consensus since more clients seem to implement it?