-
sonny
Hey, please use @xmpp/debug and paste the result to a GitHub issue. I'll have a look
-
sonny
https://github.com/xmppjs/xmpp.js/blob/master/packages/debug/README.md
-
lovetox
hm rearding jingle
-
lovetox
spec says we should connect in order of priority
-
lovetox
does that mean i should try in this order, and only try a lower prio if the higher one fails
-
lovetox
or does it make sense to connect to all of them at the same time
-
lovetox
and then choose the highest priority one
-
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✎ -
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 ✏
-
mbt
sonny, okay thanks i will
-
lovetox
yeah i thought that it does not matter, just wondered why the XEP was phrased that way, maybe there was a reason