-
Kev
Before I merge https://github.com/xsf/xeps/pull/1284/files - can someone knowledgeable confirm this is correct, please?
-
singpolyma
Kev: I assume you mean someone other than me 😅️
-
singpolyma
The easy way to confirm it is to think about (or look up I suppose) how RDF-XML works, where the full RDF-name is composed by concatenating the xmlns and the element name. So if xmlns is https://schema.org as in the example previously, then the RDF-name would become https://schema.orglogo which is sort of obviously wrong and it should be https://schema.org/logo
-
Kev
I was very much wanting to not look up how anything worked :)
-
Kev
But, no-one's shouting that it's wrong, so I'll trust you.
-
Kev
I need to add a version block - what initials, please?
-
singpolyma
SPW
-
Kev
Ta.
-
Guus
fwiw, I tried looking this up, found a github comment that could be interpreted in the same way as what singpolyma is writing. As I wasn't sure, I closed the tab browser and carried on.
-
Guus
this is only marginally better than 'no-one is shouting', but hey :)
-
edhelas
Hats updated !
-
edhelas
It's happening
-
lissine
Hi, what do you think of making an XEP that allows clients to keep track of the last message that a user has read, and to synchronize that information between clients?
-
lissine
For example, If a conversation has 10 unread messages, and I read them on my phone, when I switch to the desktop client the XEP would inform it those messages were already read
-
lissine
And it wouldn't show an unread messages counter of 10
-
ike
this ^
-
singpolyma
Should be not to bad to build a prototype of that and then base a xep on it
-
singpolyma
Could put markers in pep so no new namespaces are needed I bet
-
mathieui
lissine, are you thinking of something that would look like https://xmpp.org/extensions/inbox/inbox.html ?
-
mathieui
err
-
mathieui
why would chat markers in MAM not work?
-
mathieui
(or I guess a privacy reason could be valid, among other things such as not depending on the markable status)
-
lissine
> lissine, are you thinking of something that would look like https://xmpp.org/extensions/inbox/inbox.html ? yes, something like section 4 But it would also work for public channels. I'm not sure chat markers are used there
-
lissine
> why would chat markers in MAM not work? but isn't MAM for a public channel stored on the corresponding MUC component?
-
lissine
i.e. not necessarily on the user's server
-
singpolyma
It's mostly for when the other side doesn't request markers or you don't want to send them for some reason