-
xnamed
> xnamed, I'll leave comments later today/tomorrow jonas’: it's been 9 days and I'm still waiting, did you forget?
-
jonas’
things came up
-
jonas’
but thanks for the reminder
-
jonas’
xnamed, stating the obvious, you're aware that XEPs are primarily written in XML, not markdown?
-
xnamed
jonas’: no problem, if you need more time I can remind you again
-
jonas’
looking at it now
-
xnamed
Yes, I thought you will help with the XML part
-
jonas’
right, you can mess with the md2xep tool which is somewhere in the util/tools directory
-
jonas’
it is a bit opinionated about the exact markdown format, so I suggest that you use xep2md on an existing first to see what format it expects
-
Zash
`pandoc -t 2xep.lua` even✎ -
Zash
`pandoc yourxep.md -t tools/2xep.lua` even ✏
-
jonas’
other than that, please take a look at the xep-template.xml and the sections it has by default -- the introduction and motivation section are missing from your document, those are required to understand what you're doing.
-
jonas’
in addition, this document definitely requires security considerations
-
xnamed
I haven't written the whole document yet, I will try add the rest very soon
-
jonas’
thanks
-
jonas’
it's typically a good idea to start with the motivation section
-
jonas’
it helps people understand what your goal is
-
xnamed
I will do my best to make it clear. Thank you too jonas’
-
lovetox
i wonder why does every messegner say "User x read this message"
-
lovetox
when in reality everybody knows the device can never know if a human read a message, except the human explicitly tells the device via a button
-
lovetox
the chat marker xep did somehow account for that and named the element correctly "<displayed>" and not "<read>"
-
lovetox
as in the client can be sure he displayed the message on the screen
-
lovetox
but not if the user really read it
-
lovetox
i wonder why we dont communicate this fact to the contact, "Message was displayed", instead of "Message was read"
-
lovetox
its subtle but it prevents users from complaining, that the client marked a message as read when they maybe had no time to read it really, but only opend a chat for example
-
defanor
I guess that (the reasoning behind it may be that) some of the users may be confused by "displayed", while "read" is already commonly used in mail clients and feed readers to mean "was displayed at some point".
-
xnamed
We show "displayed" for <displayed> element, but "read" for <acknowledged> element