XSF Discussion - 2023-08-19


  1. MSavoritias fae.ve

    is there a way to specify in the doap file that i dont support some parts of the xep besides the notes field?

  2. singpolyma

    You just support as "partial"

  3. singpolyma

    And then notes yeah

  4. MSavoritias fae.ve

    noted. thanks

  5. MSavoritias fae.ve

    ah but wait probably not in the rfcs though /thinking

  6. MSavoritias fae.ve

    oh well no big deal probably

  7. MSavoritias fae.ve

    my usecase is that i specifically dont plan to support tcp for example https://xmpp.org/rfcs/rfc6120.html#tcp

  8. qy

    Http only?

  9. MSavoritias fae.ve

    CADET https://docs.gnunet.org/developers/cadet/cadet.html or quic maybe if there is interest

  10. moparisthebest

    nothing should support TCP today, only TLS (and other secure things)

  11. MSavoritias fae.ve

    Yeah. And i am guessing in xmpp 2.0 tls will be in the core spec

  12. MSavoritias fae.ve

    Although i would like for xmpp to be transport independent.

  13. moparisthebest

    Basically is, just obviously need discovery for alternative transports, I've still gotta write a xep for some of that

  14. Zash

    Just remember that more connection methods = more complexity