XSF Discussion - 2018-07-29


  1. 404.city

    Hello everybody. XMPP uses XML. You can create sites on XML. There are tools for storing PubSUb pages. Why give each user create their own small personal pages in XML? XMPP clients can be in the browser role. It's just an idea, I think it's already discussed here. I'm just interested in the opinion of experts.

  2. SamWhited

    Browsers already exist and are popular, why reinvent the wheel andrequire all that extra complexity in IM clients?

  3. SamWhited

    Also, most sites are HTML which is not valid XML.

  4. Zash

    Also, doesn't that exist already, eg in the various microblogging implementations?

  5. MattJ

    The XSF IPR policy says the XSF takes ownership upon submission of a XEP proposal

  6. MattJ

    https://xmpp.org/extensions/inbox/lop.html#appendix-legal has a non-XSF copyright notice, which leads to questions

  7. Link Mauve

    Ugh, why is XEP-0323 defining its own rules for time instead of reusing XEP-0082? https://xmpp.org/extensions/xep-0323.html#timezones

  8. Link Mauve

    I found a bug in slixmpp due to timezones being allowed to be left undefined.

  9. flow

    Link Mauve, the waher XEPs are very bad at reusing existing building blocks

  10. Link Mauve

    Yeah I know.

  11. Link Mauve

    And now we have slixmpp (and most likely SleekXMPP too) rejecting a date with a timezone altogether…

  12. jonasw

    SamWhited, to be fair, HTML has an XML serialisation and you can convert between the standard HTML and XML serialisations losslessly