jdev - 2021-08-28


  1. Zash

    What's the appropriate stream error for when the stream `to` or `from` attributes are missing or invalid?

  2. MattJ

    https://xmpp.org/rfcs/rfc6120.html#streams-error-conditions-improper-addressing

  3. MattJ

    Oh, stanza vs stream?

  4. Zash

    Indeed

  5. MattJ

    I think it probably is still the best choice

  6. Zash

    Scrolling past `<unsupported-version/>` https://xmpp.org/rfcs/rfc6120.html#rfc.section.4.9.3.25 I wonder if that makes sense to use.

  7. Zash

    If the client sends version=over9000, the server would just respond with 1.0 and proceed as usual, so would you really ever use it?

  8. Zash

    Minimum version enforcement maybe?