jdev - 2020-04-26


  1. moparisthebest has left

  2. moparisthebest has joined

  3. lovetox has joined

  4. Kev has left

  5. Kev has joined

  6. Kev has left

  7. Kev has joined

  8. kikuchiyo has joined

  9. lovetox has left

  10. kikuchiyo has left

  11. gav has left

  12. Kev has left

  13. Kev has joined

  14. lovetox has joined

  15. DebXWoody has joined

  16. Kev has left

  17. alexis has left

  18. Kev has joined

  19. alexis has joined

  20. edhelas has left

  21. neustradamus has left

  22. Kev has left

  23. Kev has joined

  24. adrien has left

  25. adrien has joined

  26. Marc has joined

  27. jonnj has joined

  28. debacle has joined

  29. debacle has left

  30. debacle has joined

  31. DebXWoody has left

  32. kikuchiyo has joined

  33. jonnj has left

  34. neustradamus has joined

  35. edhelas has joined

  36. asterix has joined

  37. asterix has left

  38. asterix has joined

  39. lovetox has left

  40. asterix has left

  41. asterix has joined

  42. debacle has left

  43. rion has left

  44. rion has joined

  45. lovetox has joined

  46. pulkomandy has left

  47. wurstsalat has joined

  48. pulkomandy has joined

  49. lovetox has left

  50. asterix has left

  51. asterix has joined

  52. goffi has joined

  53. Zash has left

  54. Zash has joined

  55. asterix has left

  56. asterix has joined

  57. asterix has left

  58. asterix has joined

  59. lovetox has joined

  60. asterix has left

  61. asterix has joined

  62. neustradamus has left

  63. neustradamus has joined

  64. goffi has left

  65. asterix has left

  66. asterix has joined

  67. asterix has left

  68. asterix has joined

  69. Martin has left

  70. Martin has joined

  71. kikuchiyo has left

  72. Guus has left

  73. Guus has joined

  74. kikuchiyo has joined

  75. lovetox has left

  76. pulkomandy has left

  77. kikuchiyo has left

  78. asterix has left

  79. asterix has joined

  80. pulkomandy has joined

  81. lovetox has joined

  82. marc0s has left

  83. asterix has left

  84. asterix has joined

  85. marc0s has joined

  86. lovetox has left

  87. alexis has left

  88. alexis has joined

  89. kikuchiyo has joined

  90. paul has joined

  91. asterix has left

  92. asterix has joined

  93. lovetox has joined

  94. debacle has joined

  95. debacle has left

  96. debacle has joined

  97. rion has left

  98. rion has joined

  99. asterix has left

  100. asterix has joined

  101. asterix has left

  102. asterix has joined

  103. asterix has left

  104. asterix has joined

  105. debacle has left

  106. asterix has left

  107. asterix has joined

  108. asterix has left

  109. asterix has joined

  110. moparisthebest has left

  111. moparisthebest has joined

  112. lovetox has left

  113. lovetox has joined

  114. asterix has left

  115. asterix has joined

  116. sonny has joined

  117. DebXWoody has joined

  118. gav has joined

  119. asterix has left

  120. asterix has joined

  121. Guus has left

  122. Guus has joined

  123. pulkomandy has left

  124. pulkomandy has joined

  125. asterix has left

  126. asterix has joined

  127. kikuchiyo has left

  128. kikuchiyo has joined

  129. lovetox has left

  130. sonny has left

  131. asterix has left

  132. asterix has joined

  133. asterix has left

  134. asterix has joined

  135. goffi has joined

  136. alexis has left

  137. lovetox has joined

  138. asterix has left

  139. asterix has joined

  140. asterix has left

  141. asterix has joined

  142. sonny has joined

  143. lovetox has left

  144. lovetox has joined

  145. asterix has left

  146. asterix has joined

  147. rion has left

  148. jonnj has joined

  149. rion has joined

  150. alexis has joined

  151. lovetox has left

  152. asterix has left

  153. asterix has joined

  154. lovetox has joined

  155. rion has left

  156. jonnj has left

  157. jonnj has joined

  158. rion has joined

  159. debacle has joined

  160. alexis has left

  161. pep.

    jonas’, out of curiosity (re xsf@), is it possible to do IBR with aioxmpp and go on with bind afterwards?

  162. jonas’

    pep., you’d have to SASL first

  163. moparisthebest has left

  164. jonas’

    it is, but you’ll re-implementing much of what aioxmpp.Client does

  165. moparisthebest has joined

  166. jonas’

    I mean, it’s all in some functions which are called by aioxmpp.Client in the end. However, that class ties it all together with auto-resumption and stuff

  167. jonas’

    throwing the connection away and reconnecting is saner

  168. pep.

    hmm

  169. jonas’

    that said, you *can* do it, and it may make sense for some one-shot use-cases (IBR testing?) but other than that, I’d not recommend it

  170. pep.

    not recommend doing IBR and reusing the stream? Or not recommend doing this with aioxmpp?

  171. jonas’

    the latter

  172. pep.

    k

  173. jonas’

    if you can get a library to take IBR as a pre-auth, post-TLS stream negotiation step, why not.

  174. jonas’

    but the order of client stream negotiation steps is pretty hardcoded in aioxmpp at this point

  175. pep.

    I see

  176. jonas’

    I had it differently in the past, but that only led to pain and sorrow

  177. jonas’

    (and I see that pain and sorrow repeated in mellium.im/xmpp

  178. pep.

    I was just curious, I doubt many libraries allow this easily anyway

  179. jonas’

    (and I see that pain and sorrow repeated in mellium.im/xmpp)

  180. jonas’

    (which, for the record, would support your usecase I think)

  181. pep.

    I could do it in slixmpp with the extra glue but it's all borked..

  182. pep.

    See the now almost two years MR waiting..

  183. lovetox

    pep. but why do you need this?

  184. pep.

    Just curious

  185. pep.

    I don't "need it"

  186. pep.

    If I can reuse the stream, why not.

  187. lovetox

    i also thought about reusing the stream and then decided its not worht it

  188. lovetox

    the 2 seconds to reconnect dont hurt, users dont register accounts daily

  189. jonas’

    don’t look at that thing which is registering and deleting an account every 240s

  190. lovetox

    also from the XEP i think it is not a MUST work with all servers

  191. lovetox

    so i thought i dont want to run into weird errors and then have to handle also these

  192. asterix has left

  193. asterix has joined

  194. DebXWoody has left

  195. asterix has left

  196. asterix has joined

  197. lovetox has left

  198. moparisthebest has left

  199. kikuchiyo has left

  200. jonnj has left

  201. jonnj has joined

  202. moparisthebest has joined

  203. goffi has left

  204. alexis has joined

  205. kikuchiyo has joined

  206. lovetox has joined

  207. Marc has left

  208. kikuchiyo has left

  209. adrien has left

  210. adrien has joined

  211. asterix has left

  212. wurstsalat has left

  213. paul has left

  214. alexis has left

  215. alexis has joined

  216. jonnj has left

  217. jonnj has joined