XMPP Service Operators - 2024-08-30


  1. nuegia.net

    Gtk got updated

  2. nuegia.net

    (jk)

  3. nuegia.net

    Does xmpp use the TCP_PUSH flag?

  4. MattJ

    That's set by the TCP stack, not the application

  5. nuegia.net

    Does every stanza need to arrive in the order it originally was from c2s and s2s connections?

  6. jonas’

    I'm not sure what that question means

  7. moparisthebest

    iirc ordering between 2 entities must be preserved

  8. jonas’

    RFC 6120 certainly defines that stanzas must be processed in the order received by servers.

  9. jonas’

    and clients may rely on that

  10. jonas’

    which in turn means that nothing on the way should reorder (and I don't think reordering is even possible with TLS in the mix)