-
Guus
Anyone know Daakia? It's rare that you see job titles on linked in with 'XMPP' in the title: https://xmpp.work/job/xmpp-encryption-expert/
-
Guus
(or XEPs mentioned in the listing)
-
moparisthebest
I was about to make fun of how they wanted someone with 10 years of OMEMO experience but actually it's 9 years old so they just want the creators I guess đ
-
Guus
There appears to have been some confusion in opererators@ as to how/where to contact the Conduct Team. Things get a bit confusing by the Conduct Team defaulting to Board if no explicit Work Group is appointed. What would be good ways to reduce the confusion? Could a collection of email/xmpp contact addresses help (eg: `conductteam@xmpp.org`)?
-
MattJ
Yeah, we should probably just make another alias
-
Daniel
experimental is or should be the everything goes state
-
Daniel
https://xmpp.org/extensions/xep-0166.html#concepts-session
-
Daniel
which is in line with (my understanding) of xep0001
-
MattJ
That was weird :)
-
MattJ
https://matthewwild.co.uk/uploads/screenshot-20240319-1710855668-28262.png
-
MattJ
(observe the timestamps)
-
moparisthebest
https://burtrum.org/up/a8296312-7a22-4eb6-b634-63a88fd9307b/zb2rhcguqQqoNrktmmKGf59wwCBVQAYUjC9Kgv3rhnCkficHH.jpg
-
moparisthebest
MattJ: your client is missing the dates ^
-
MSavoritias fae.ve
gajim also shows it as if they were now
-
MSavoritias fae.ve
huh
-
moparisthebest
Distributed systems are such fun đ
-
Daniel
Dino is really annoying in unstable network conditions
-
Daniel
I think the resend only happens when you restart Dino. Not upon sm resume
-
moparisthebest
I've been putting my laptop to sleep a lot recently and Dino recovers fully upon wake-up maybe 5% of the time, and also crashes 95% of the time I try to only toggle account on and off, I've started just killing and restarting it
-
nicoco
This "dino resends old messages that were sent successfully" issue is annoying yes, I've had a slidge user report that slidge resent a bunch of messages on launching dino, I looked for the bug in slidge for a while, but then figured it was probably a dino thing, as it has happened for me in non-bridged chats too. The user has given up on XMPP at this point. That's just one data point and dino is great anyway, but this was a bit of a sad moment for me :). I haven't figured out exactly when it happens or I would have opened an issueâŚ
-
moparisthebest
If the user can't put up with any bugs they shouldn't use computers... Or cars... Or anything built in the last few decades... The only solution is to live like the Amish, and then you have to deal with bugs of the 6-legged variety
đ˝ď¸ 1 -
mdosch
nicoco: Maybe a stream management issue. Profanity/libstrophe had the same issue for a while.
-
Zash
moparisthebest, I have this vague impression that it takes a couple of centuries to perfect something. I'm basing this entierly on one video where someone drives a steam car. Steam technology got pretty good after 200 years :)
-
MSavoritias fae.ve
damn i was born too early to see xmpp be any good :/ i should have been born like 160 years from now
-
Zash
As for XEP-0198, anything we can do? Anyone good at networking who could build something like a test suite? I'm thinking Linux tc scripts to simulate poor connectivity and such
-
MSavoritias fae.ve
that could be useful yeah. at least android studio had something like that which was really nice
-
moparisthebest
Zash, MSavoritias fae.ve: https://github.com/tylertreat/Comcast
-
MSavoritias fae.ve
amazing. thanks :D
-
Zash
Hm, can you simulate suspend-resume cycles like SIGSTOP, wait 11 minutes, SIGCONT ?
-
Daniel
nicoco, note that in this example my message werenât sent successfully before. they just got stuck at 'pending' even though i was sucessfully receiving (and even sending further) messages in this muc
-
tmolitor
When doing stream management, the resending client should add a <delayed/> (or was ist "delay"?) Containing the original timestamp into the stanza...the messages displayed as "sent now" probably did not have such an element...
-
tmolitor
Yesterday I had 3 messages in pending state in Dino and after turning the account off and on again, these messages got sent in random order which was a bit confusing on the receiver side...
-
lovetox
It had a delay that's why mattj client displays different timestamps
-
lovetox
The problem seems to be that messages are not sent on resume, not that the message has wrong data
-
nicoco
Argh Daniel, then it might have my fault after all =) I have an unrelated question about âmessage displayed synchronisationâ. If I understand publish-options and https://xmpp.org/extensions/xep-0060.html#owner-affiliations it would be possible for an entity other than the account to receive the pubsub âdisplayedâ events, because the whitelist is not defined in publish-options, right? Iâm asking because Iâd like gateways to be able to receive these events to âmark as readâ on the bridged network too.
-
Daniel
I guess you can add the bridge to the white list
-
Daniel
Yes the publish options only say white-list. Not who is on it
-
nicoco
Cool, thanks