I would like to apply for membership and need to obtain a wiki account
Username in CamelCase: xnamed
Email: xnamedx@gmail.com
Real name: if not necessary I prefer not to make it public in the wiki or web logs
machas left
qy
The awful thing about matrix is that its really easy to do x-over-matrix but near impossible to do matrix-over-x without just being a homeserver
qy
So it kinda spreads by basic nature
adminhas left
lovetoxhas left
wurstsalathas left
xnamedhas left
Petehas left
Petehas joined
doge
> The awful thing about matrix is that its really easy to do x-over-matrix but near impossible to do matrix-over-x without just being a homeserver
Why's that
9lakeshas left
9lakeshas joined
debaclehas left
Petehas left
Petehas joined
lovetoxhas joined
moparisthebesthas left
qy
Because of the requirement to maintain the full room state for anything to make sense
qy
Or, at least the auth chain
qy
Once youre doing that, you're already basically a homeserver, so there's no half-assing it really
9lakeshas left
thomaslewis
So many bad decisions in Matrix…
doge
> Because of the requirement to maintain the full room state for anything to make sense
That's how it makes sure no messages are lost isn't it
doge
On jabber lost messages are common in my experience. One wrong circumstance and it starts failing
jgarthas joined
SouLhas joined
atomicwatchhas left
atomicwatchhas joined
msavoritiashas joined
dezanthas left
serge90has left
jgarthas left
emushas joined
serge90has joined
pasdesushihas joined
9lakeshas joined
dezanthas joined
atomicwatchhas left
atomicwatchhas joined
atomicwatchhas left
atomicwatchhas joined
atomicwatchhas left
Yagizаhas joined
wurstsalathas joined
Vaulorhas left
qy
Yup
serge90has left
serge90has joined
dezanthas left
emus
Dear Jabber / XMPP Devs,
please take a look at this site and consider to make an entry for yourselve:
https://xmpp.work/all-listings/✎
Vaulorhas joined
sonnyhas joined
marmistrzhas joined
Ingolfhas left
Ingolfhas joined
Alexhas joined
dezanthas joined
huhnhas joined
serge90has left
serge90has joined
dogehas left
dogehas joined
dezanthas left
goffihas joined
homebeachhas left
Matrix Traveler (bot)has left
Matrix Traveler (bot)has joined
homebeachhas joined
Neustradamushas left
larmahas joined
suohuahas joined
suohuahas left
suohuahas joined
marmistrzhas left
marmistrzhas joined
rafasaurushas left
Dele Olajidehas joined
suohuahas left
marmistrzhas left
dezanthas joined
rafasaurushas joined
marc0shas left
marc0shas joined
dogehas left
dogehas joined
Dele Olajidehas left
marc0shas left
marc0shas joined
Dele Olajidehas joined
Dele Olajidehas left
Dele Olajidehas joined
marc0shas left
marc0shas joined
Dele Olajidehas left
marc0shas left
marc0shas joined
Dele Olajidehas joined
nephelehas joined
dogehas left
marc0shas left
marc0shas joined
nephele
doge: Yes it makes sure messages aren't lost, in a sense. But i talso means that if your homeserver has a tiny difference in any validation alghorythm to any other homeserver that one of you will get effectively kicked out of any rooms you share, because the roomstate will be forked one that validation detail is triggered
nephele
You could add lua tables with a depth of like 1000 i think and then construct would defederate the room :D, there was also instances synapse would defederate and others would stay... it's all very finicky, either you have everything correct or it inevitably blows up
nephele
json tables... not lua
dogehas joined
doge
"Fail fast"
It's preferrable to know something's failed. Unlike in xmpp where when there's a failure you get some messages, lose some, get some duplicates and whatnot, you end up having to ask your interlocutor what they received and what they didn't receive, so basically do the acking yourself
xeckshas left
Dele Olajidehas left
junaidhas left
junaidhas joined
MattJ
XMPP does its own acking... once your server acknowledges your message, messages get delivered or you get a delivery error. We also have positive delivery receipts.
nephele
doge: This isn't failing fast, it is more like an inherent design flaw, it means that every time one part of the federation can't handle a single message that the entire federation then kicks that part out
xeckshas joined
doge
MattJ:
> XMPP does its own acking... once your server acknowledges your message, messages get delivered or you get a delivery error. We also have positive delivery receipts.
Still losing messages is almost the norm here unfortunately
nephele:
> doge: This isn't failing fast, it is more like an inherent design flaw, it means that every time one part of the federation can't handle a single message that the entire federation then kicks that part out
Well what else would they do? Tolerate an error?
nephele
Are you asking me "How would this design be fixed" or "How would you propose to handle this in the current design"?
nephele
As for my part: I've never had any messages be lost in xmpp
MattJ
doge, what server/clients are you using? Pidgin? :)
nephele
(I did however manage to make sure people lost messages they wrote to me in matrix :D)
doge
MattJ: conversations, gajim
MattJ
and do you get delivery receipts for the missing messages?
nephele
Matrix told me the joys of "message based html injection", that was quite fun to discover... the riot or element or vector client or whatever was absolutely horrible when dealing with their fancy formated html messages
doge
MattJ: yeah
I also sometimes get duplicates, although that's gone now I think
edhelas
failled message delivery on XMPP ? which is also based on TCP ? 🤔
MattJ
doge, in which direction are messages getting lost? From you to your contacts, or contacts to you?
doge
MattJ:
> doge, in which direction are messages getting lost? From you to your contacts, or contacts to you?
Both
MattJ
Do you or your contacts use multiple devices?
nephele
edhelas: It's possible of course, the transport protocol is not the only thing to touch the message ;)
doge
MattJ:
> Do you or your contacts use multiple devices?
They do, so do I
edhelas
nephele yes, it is possible, but I actually want to know how
doge
Although I had messages lost even with a cobtact who didnt use multiple devs
MattJ
Does your server have MAM and Carbons support enabled?
nephele
Heh... Renga still needs to implement MAM
nephele
edhelas: yes, it would be interesting to figure out
doge
MattJ: mam perhaps. Although I've tried more than one server. Creep.im, draugr.de and then some. I found I actually had to have two accounts for when one server was down
MattJ
doge, both are necessarily if you want a decent experience, and they are supported and enabled by default on practically all servers these days ( https://compliance.conversations.im/test/xep0313/ )
emus
Dear Jabber / XMPP Devs,
please take a look at this site and consider to make an entry for yourself:
https://xmpp.work/all-listings/ ✏
sonnyhas left
sonnyhas joined
MattJ
If you see a delivery receipt, it means the recipient's client received the message. If it's acknowledging messages and not displaying them, that's a bad client bug, not a protocol issue
MattJ
Also for it to reach that point, the message would be stored in the MAM archive, so cannot be lost
doge
All clients I've used happend to be buggy then
edhelas
all XMPP are buggy for sure
MattJ
I've not heard of anyone experiencing this issue, so the common factor seems to be you, your clients or your server
doge
MattJ: and my contacts'
MattJ
As I explained, losing messages is pretty difficult to achieve
MattJ
Right, all your contacts have you as a common factor :)
doge
MattJ: ok shoyld I be using smth different than conversations? I think it's about the most popular client, would be strange if it was also the most buggy one
MattJ
No, Conversations should be fine. I and many others use it all the time without such issues.
jonas’
what are the chances this is some obscure OMEMO issue?
MattJ
But it does require the server to be up to date with modern requirements (you can check this in the 'server info' section of the account details in the app, or at https://compliance.conversations.im/ )
doge
MattJ:
> No, Conversations should be fine. I and many others use it all the time without such issues.
Do you talk to many people with direct messages? Omemo?
Wojtekhas joined
jonas’
oh also creep.im has been added to some banlists, so some loss of connectivity is to be expected between creep.im and non-creep.im accounts.
doge
jonas’: creep.im is dead now, yeah
doge
So it was a good idea to have two accounts for that additional reason :)
MattJ
doge, yes to both, my whole family use Snikket (the Android app is 99.9% Conversations)
doge
MattJ: which server?
MattJ
A self-hosted Snikket server (which is Prosody)
doge
Oh, that may have been the reason
doge
For good experience
Dele Olajidehas joined
suohuahas joined
Dele Olajidehas left
msavoritias
I havent had a single message bieg lost here either.
Multiple servers and applications.
Thanks for the heads up about creep btw.
Dele Olajidehas joined
nephele
I'm wondering for MAM, the specification sais that a server for it may not be an XMPP server, sounds like there could be a specific MAM suplying server next to the client for local history storage or so? Does something like that exist?
Dele Olajidehas left
debaclehas joined
MattJ
nephele, an example I see is for clients to exchange history between each other, e.g. if you add a new client to your account and want to migrate past history to that new client
MattJ
But I don't know of anyone actually implementing that, it would have some issues
nephele
That could be a possible case, I was wondering if someone made something that stores history locally /next to/ an existing client, in the client I could probably fairly easily querry this local store then and only ask the server for newer messages
sonnyhas left
sonnyhas joined
MattJ
You could, but 1) why? 2) it falls apart with E2EE
nephele
As a bit of background context: Renga did have local storing of chat history, but it was extremely messy (basically when the UI would get a new message and add it to the backlog it would also append it in the same manner to the local chatlog)
Martin
It falls apart with OMEMO, PGP or Ox should be fine. :)
nephele
Why would it fall apart with E2EE?
Martin
nephele: OMEMO uses forward secrecy so each message could be only decrypted once per key.
nephele
I don't really understand how that would be affected, is there something inherently which would prevent MAM working with OMEMO?
nephele
I haven't really looked at it much, but as i understand it if you have a session key to decrypt messages that key will work fine in the future to decrypt the same message again, so supposedly my client would have to store this key to decrypt backlog messages in the future anyway, I don't see how a local history store would conflict with that (as opposed to the history stored on the server)
Link Mauve
nephele, storing every single key expecting to download the messages again, is pretty much equivalent to just storing every single message.
Link Mauve
As you usually advance the key with each message (approximately).
Link Mauve
Plus, your MAM server could be configured to have a short retention time, and then you won’t be able to go back in time any longer.
Link Mauve
At JabberFR we keep personal archives for only two weeks, for instance.
nephele
As for my why: It seems like a much easier way to implement local message archiving and cut down on latency for backlog messages that I already have locally. (Would be the exact same codepath as MAM already would have anyhow :3)
nephele
Link Mauve: I don't know about you but i don't want to loose my backlog messages, ever. But that is also why I am on a personal server that can be configured as such
MattJ
Cut down on latency... you imply making a direct connection to the archive?
nephele
What do you mean by direct?
MattJ
I mean not via your normal XMPP connection
Link Mauve
nephele, then relying on MAM on any random server storing messages forever is not what you want in your client.
nephele
My idea would rather be to have a server running on the same machine as the client that basically /only/ does MAM, as a provider for the local cache of the client
Link Mauve
So storing the per-message decryption key without the message is a bit useless.
Link Mauve
nephele, most clients use a sqlite database or a (bunch of) text file for that.
Link Mauve
That way they don’t need to spawn a server.
msavoritiashas left
msavoritiashas joined
nephele
What the on-disk store is is a bit beside the point, It seems to me to be an easy way to have the local history backed up without needing to have severall code paths in the client to deal with that.
nephele
Since basically: XMPP has specified a way I can get the backlog consistently, and I have to implement that anyway, it seems to make sense to use that for local backlog aswell, that way if the client ever displays for example more stuff about messages in the future it would also be visible from the local backlog stored messages.
bunghas joined
xnamedhas joined
machas joined
bunghas left
alhas joined
Wojtekhas left
atomicwatchhas joined
marc0shas left
marc0shas joined
xnamedhas left
thomaslewishas left
thomaslewishas joined
alhas left
xnamedhas joined
machas left
machas joined
pep.
Re http upload, the Expires header, what is it for? Is it also something the client has to pass in the PUT request? Or is it for the client to know when it expires, or both? And if the client doesn't pass it, what happens? Servers store that indefinitely? :P
pep.
(We worry about servers but do we worry about clients!)
if you wanted / needed to pass on headers like Expires, those would also need to be signed, e.g. by including them in an HMAC you pass through the Authorization header
jonas’
but stuff like this allows the XMPP server to securely control parameters of the upload, such as lifetime, used content-type or even check the quota. and have the HTTP service be really dumb
jonas’
("you" being the server side conglomerate in this case)
jonas’
but all of this are implementation details of the server side. adding "you should sign your headers because clients are evil" to the implementation/security notes makes total sense though
pep.
I mean if we start considering servers evil we might want to do so for clients as well
jonas’
we generally do ;)
pep.
Dunno. I feel like there's part of the community who has make a shift from considering clients evil to the opposite, and now I feel it's either one or the other :P✎
pep.
Dunno. I feel like there's part of the community who has made a shift from considering clients evil to the opposite, and now I feel it's either one or the other :P ✏
jonas’
right
jonas’
I do not share that viewpoint, but YMMV and in the end, it doesn't matter. if you see something, fix something.
Ah linkmauve has already added a thing for multiple headers
pep.
I guess that shouldn't conflict (spec-wise) with my changes. But I can rebase on top of that if necessary
Alexhas joined
marc0shas left
marc0shas joined
xnamedhas left
x51has joined
Wojtekhas joined
emushas left
larmahas left
huhnhas left
emushas joined
serge90has left
suohuahas left
suohuahas joined
Wojtekhas left
Wojtekhas joined
xnamedhas joined
suohuahas left
PapaTutuWawahas joined
PapaTutuWawahas left
PapaTutuWawahas joined
qy
> edhelas wrote:
> all XMPP are buggy for sure
All xmpp devs are entemologists
edhelas
That's why we like to leave bugs everywhere
qy
Exactly
Wojtekhas left
Wojtekhas joined
larmahas joined
xnamed
Alex, Ge0rG, sysops, have you read my message?
Wojtekhas left
jgarthas joined
Ge0rG
xnamed: sorry, say what?
xnamed
> I would like to apply for membership and need to obtain a wiki account
> Username in CamelCase: xnamed
> Email: xnamedx@gmail.com
> Real name: if not necessary I prefer not to make it public in the wiki or web logs
Wojtekhas joined
Ge0rG
xnamed: xnamed is not camelcase, it will become Xnamed
xnamed
It's ok
Ge0rG
> The user account for Xnamed (talk) has been created.
Please check your email
xnamed
Ge0rG: thank you
larmahas left
atomicwatchhas left
emus
xnamed: I think its mandatory to place your real name.
However, you can do most things here without being a XSF member
ralphm:
xnamed
emus: I'm planning to change my real name in the future
pulkomandyhas left
pulkomandyhas joined
Ge0rG
emus: the real name is only mandatory for XSF membership, not for editing the wiki
emus
yes, but it was stated to plan to apply
xnamed
Ge0rG: I asked for a wiki account because I want to become XSF member
emus
xnamed: If you prefer to stay anonymous you can still do many things incl. xep development, right?
pep.
And nobody ever confirmed the realname was actually required for membership. Board just decided so✎
jonas’
xnamed, fwiw, changing the real name associated with the account is trivial
pep.
And nobody ever confirmed the realname was actually required legally for membership. Board just decided so ✏
jonas’
been there had that done
xnamed
It's not a big problem, I will use my real but in case I changed it in the future I will request changing it on the wiki too, is it okay?
emus
Alex:
jonas’
xnamed, back then I sent an email to the members@ list and made the corresponding pull requests myself, but you can also ask one of the sysops to help you with that, yes
Sam
That's fine; note that you don't have to use your real name for your wiki account, you just have to put it on your application each year
Sam
So you won't have to change anything. If you change your name, just put the new one on next years application.
xnamed
> xnamed: If you prefer to stay anonymous you can still do many things incl. xep development, right?
I'm already doing this
nephelehas left
nephelehas joined
xnamed
Thank you all 👍
Alex
Also the real name will be listed on our XSF website. There is a list of members with real names
pulkomandyhas left
pulkomandyhas joined
larmahas joined
larmahas left
xnamed
Ok
dogehas left
larmahas joined
pep.
And maybe someday there's be a rationale for why this is required
emus
I guess because how you can have a legal entity for donations with anonymous people
pep.
The entity isn't anonymous
pep.
Board isn't anonymous
emus
But why have a anonymous organsiation actually?
pep.
Why require fullnames?
emus
I don't understand why we should build an anonymous organisation. Especially if we do communication. In that aspect it should be open.
but we are getting offtopic
but if its a organisation that is also a legal instance
pep.
You seem to be throwing random words in the air in hope that I catch them
emus
yes
but as an organisation it is also a legal instance
pep.
And also going in circles. I've already answered this
Wojtekhas left
emus
I dont think so
emus
I think its impirtant to have transparency because otherwise random members can join and vote
pep.
The day the XSF gets there maybe they can start worrying about it. So far it's only idling members
pulkomandy
some people are known only by their nickname here, and having their realname wouldn't help you at all
pep.
And no check is actually done whether the name is legal
pulkomandy
making sure each member is who they pretend they are is useful. But that doesn't necessarily means "real" name
Zash
Like when bear was voted out because nobody knew them by their afk name.
nephele
It feels really wierd to be called by my real name in the context of programming in english, it's just always my nickname normally :D
pep.
So no I don't think it's justified to require fullnames. There's no legal basis for members (and is there for board? Maybe the chair?), or at least my question was never answered. (Because yes I asked and nobody cared)
Zash
xsf@ might be a more appropriate place to discuss the legal stuff of the XSF than jdev@
> pep. escribió:
> So no I don't think it's justified to require fullnames. There's no legal basis for members (and is there for board? Maybe the chair?), or at least my question was never answered. (Because yes I asked and nobody cared)
sorry, but this is just your perception. I also dont like to place my name, but I am still not an anarchist
Sam
Most of this doesn't matter. The state of Deleware allows anonymous members, but does not allow anonymous directors, so if we don't go ahead and get the names of members it becomes confusing if they decide to run for board later (you have to keep track of who can and can't run for board because they don't have their name on the membership list). It also doesn't matter if the XSF doesn't check if the name is legal or not. If the secretary of state in Deleware tries to revoke our non-profit status we could say "we required the name, but the person lied to us" and then it's their problem. It's just doing the minimal thing to make sure the XSF can retain its tax exempt status, which is good. As far as I know having names does not avoid multiple votes, we have other mechanisms (voting / the application where you'd need to list work you've done) for that.
Sam
"voting for members initially" I mean, obviously general voting does not avoid multiple votes :)
pep.
Yeah so.. only board is required to have fullnames public then.
Sam
By law, yes.
Sam
However, the board is able to decide the rules for membership and though I can't say exactly why they chose to require full names, I suspect it's because it makes it much easier to sort things out later if there are any conflicts.
pep.
> but I am still not an anarchist
lolwat
jonas’
Sam, fwiw, board membership doesn't even require XSF membership, hence the argument w.r.t. full names is kind of moot anyway -- you need to collect the information for prospect board members separately, in theory at least, anyway.
pep.
Sam, yeah and I am sure this is excluding potential members. I wasn't aware of the discussion Zash linked but that's yet another case
pep.
If the XSF doesn't care then that's that. But that's a good step backwards wrt inclusivity
jonas’
it's not a step backwards, it's not a step at all ;)
pep.
Right, it was already there
pep.
But the multiple chats and refusals to change this isn't setting the track record nicely
jonas’
aside: this is off-topic for this room, and unless you (general, not second person) actually works toward improving/fixing things, please avoid wasting the bandwidth of everyone here. Just saying "this is bad but nobody cares" isn't going to help anyone.
emus
> pep. escribió:
> If the XSF doesn't care then that's that. But that's a good step backwards wrt inclusivity
Well, if not all agree to it doesnt mean "we" dont care. I think its a harsh statement
xmpp:xsf@muc.xmpp.org?join would be the right place to discuss this and move toward progress. The room is also accessible for non-members, so those of you who don't already happen to be in there can join there.
pep.
jonas’, I merged #1135 and #1130 (from linkmauve and me respectively) into #1140 btw