jdev - 2020-06-03


  1. sonny

    Hey, please use @xmpp/debug and paste the result to a GitHub issue. I'll have a look

  2. sonny

    https://github.com/xmppjs/xmpp.js/blob/master/packages/debug/README.md

  3. lovetox

    hm rearding jingle

  4. lovetox

    spec says we should connect in order of priority

  5. lovetox

    does that mean i should try in this order, and only try a lower prio if the higher one fails

  6. lovetox

    or does it make sense to connect to all of them at the same time

  7. lovetox

    and then choose the highest priority one

  8. jonas’

    lovetox, I think (when done right) this is indistinguishable from the remote side (thanks Two Generals) and you may be able to do the latter for optimisation

  9. jonas’

    lovetox, I think (when done right) this is indistinguishable for the remote side (thanks Two Generals) and you may be able to do the latter for optimisation

  10. mbt

    sonny, okay thanks i will

  11. lovetox

    yeah i thought that it does not matter, just wondered why the XEP was phrased that way, maybe there was a reason