XSF Discussion - 2020-09-20


  1. sonny has left

  2. Maranda has joined

  3. mukt2 has joined

  4. alex-a-soto has left

  5. alex-a-soto has joined

  6. LNJ has left

  7. wurstsalat has left

  8. debacle has left

  9. alameyo has left

  10. emus has joined

  11. Lance has left

  12. Tim has joined

  13. alameyo has joined

  14. mukt2 has left

  15. mukt2 has joined

  16. Lance has joined

  17. lskdjf has left

  18. neshtaxmpp has left

  19. Lance has left

  20. Andrzej has joined

  21. neshtaxmpp has joined

  22. paul has joined

  23. Andrzej has left

  24. Neustradamus has left

  25. Neustradamus has joined

  26. neshtaxmpp has left

  27. karoshi has joined

  28. Lance has joined

  29. krauq has left

  30. krauq has joined

  31. emus has left

  32. Tim has left

  33. Tim has joined

  34. alameyo has left

  35. alameyo has joined

  36. Lance has left

  37. Lance has joined

  38. Ge0rG

    Also something about backward compatibility and changing unicode versions

  39. Lance has left

  40. mukt2 has left

  41. Lance has joined

  42. mukt2 has joined

  43. Lance has left

  44. adityaborikar has joined

  45. Andrzej has joined

  46. paul has left

  47. Andrzej has left

  48. krauq has left

  49. krauq has joined

  50. neshtaxmpp has joined

  51. Mikaela has joined

  52. lovetox has joined

  53. adityaborikar has left

  54. adityaborikar has joined

  55. lovetox

    but is precis not better equiped to deal with changing unicode versions?

  56. lovetox

    i read precis defines what code points are valid, while stringprep defines what code points are illegal

  57. lovetox

    so whats legal changes with each unicode version in stringprep

  58. serge90 has left

  59. adityaborikar has left

  60. adityaborikar has joined

  61. Lance has joined

  62. krauq has left

  63. krauq has joined

  64. thorsten has left

  65. krauq has left

  66. krauq has joined

  67. krauq has left

  68. krauq has joined

  69. krauq has left

  70. krauq has joined

  71. mimi89999 has left

  72. mimi89999 has joined

  73. serge90 has joined

  74. thorsten has joined

  75. adityaborikar has left

  76. adityaborikar has joined

  77. Lance has left

  78. mukt2 has left

  79. Andrzej has joined

  80. karoshi has left

  81. mukt2 has joined

  82. Lance has joined

  83. lovetox has left

  84. Mikaela has left

  85. Andrzej has left

  86. Mikaela has joined

  87. Lance has left

  88. adityaborikar has left

  89. adityaborikar has joined

  90. peetah has left

  91. peetah has joined

  92. lovetox has joined

  93. krauq has left

  94. krauq has joined

  95. neshtaxmpp has left

  96. neshtaxmpp has joined

  97. Andrzej has joined

  98. paul has joined

  99. neshtaxmpp has left

  100. Nano4BeingYou has joined

  101. mimi89999 has left

  102. Andrzej has left

  103. jonas’

    lovetox, no, stringprep is pinned to unicode 3.2, so that’s no big deal

  104. lovetox

    ah ok

  105. lovetox

    didnt know that

  106. jonas’

    lovetox, PRECIS on the other hand is not pinned to any unicode version, has no logic to deal with differing versions and thus PRECIS on Unicode X.Y may easily produce/validate strings which are not allowed with PRECIS Unicode X'.Y' for X' != X

  107. jonas’

    stringprep being pinned to 3.2 is why we cannot have robotface ;)

  108. lovetox

    sure? when precis defines whats legal instead of whats illegal

  109. lovetox

    it does not matter what unicode version

  110. jonas’

    it defines it in terms of unicode categories

  111. lovetox

    if we assume that new unicode versions only add codepoints

  112. jonas’

    yes

  113. neshtaxmpp has joined

  114. jonas’

    if you run PRECIS on 3.2, it will reject strings PRECIS on 9.0 allows

  115. jonas’

    and updating unicode versions in an app is even harder than updating TLS, I’m afraid

  116. pasdesushi has joined

  117. lovetox has left

  118. moparisthebest has left

  119. moparisthebest has joined

  120. mdosch has left

  121. mdosch has joined

  122. wurstsalat has joined

  123. pasdesushi has left

  124. Lance has joined

  125. pasdesushi has joined

  126. marc0s has left

  127. marc0s has joined

  128. karoshi has joined

  129. Lance has left

  130. marc0s has left

  131. emus has joined

  132. marc0s has joined

  133. adityaborikar has left

  134. adityaborikar has joined

  135. Tobias has joined

  136. mukt2 has left

  137. debacle has joined

  138. pasdesushi has left

  139. APach has left

  140. APach has joined

  141. antranigv has left

  142. lovetox has joined

  143. Andrzej has joined

  144. j.r has left

  145. pasdesushi has joined

  146. mukt2 has joined

  147. flow

    could be as easy as "apt-get install unicode-data"

  148. Andrzej has left

  149. pasdesushi has left

  150. thorsten has left

  151. thorsten has joined

  152. lovetox

    as i understand the problem is not some unicode libraray

  153. lovetox

    as i understand the problem is not some unicode library, or a dependency

  154. lovetox

    its simply that in the standard sometimes things change

  155. Andrzej has joined

  156. Shell has left

  157. mukt2 has left

  158. karoshi has left

  159. karoshi has joined

  160. flow

    the standard changes because with newer unicode versions codepoints that where previously unassigned become assigned

  161. lovetox

    yes, but thats not the only way it changes, and thats not the problem with precis

  162. flow

    I am not aware of other ways

  163. dwd has joined

  164. alameyo has left

  165. alameyo has joined

  166. winfried has left

  167. winfried has joined

  168. lovetox

    Changes to the properties of Unicode code points can occur as the Unicode Standard is modified from time to time. For example, three code points underwent changes in their GeneralCategory between Unicode 5.2 (current at the time IDNA2008 was originally published) and Unicode 6.0, as described in [RFC6452]

  169. lorddavidiii has joined

  170. lovetox

    new unicode versions are not just adding stuff on top, sometimes existing stuff changes

  171. lovetox

    or at least there is no guarante that existing stuff does not change by the unicode consortium or whoever decides the stuff

  172. flow

    true, and that could mean that a string that was previously valid as JID part becomes invalid

  173. flow

    I am not sure how frequent that is

  174. flow

    What usually happens is that a string that was previously invalid as JID part becomes valid

  175. lovetox

    yes, also im not sure if this is really something that should hold us back

  176. lovetox

    we are not designing something for eternety here

  177. flow

    I'd expect Unicode tries to prevent re-assigning codepoints whenever possible, for obvious reasons, and only does so if it is decided that the advantages of the re-assignment outweigh the disadvantages

  178. flow

    I'd expect that Unicode tries to prevent re-assigning codepoints whenever possible, for obvious reasons, and only does so if it is decided that the advantages of the re-assignment outweigh the disadvantages

  179. lovetox

    also i think adding new codepoints is not a problem for precis, as its already defined on classes

  180. lovetox

    and there will likely be no new classes

  181. lovetox

    what is a problem are for example mapping rules

  182. mdosch👁🗨

    > Future version of Prosody won't allow 👁🗨 or robot face in nicknames, thus solving that problem. Seems it's not yet in trunk.

  183. mdosch👁🗨 has left

  184. lovetox

    which can’t be set in stone without knowing all future codepoints

  185. mdosch

    /can't change his nick back.

  186. mdosch can't change his nick back.

  187. flow

    right, but it means that apps should use the system unicode database, e.g. via pythons unicodedata library that IIRC uses /usr/share/unicode as source

  188. mdosch

    Ah, it worked.

  189. lovetox

    i think its very unlikely with precis that something that was valid becomes invalid

  190. lovetox

    hence i dont see why not use precis

  191. lovetox

    yes servers and appilication need a recent unicode version

  192. flow

    yeah, it also does not concern me much, and there is nothing you can do about it

  193. lovetox

    but they need also X other recent librarys

  194. lskdjf has joined

  195. lovetox has left

  196. lovetox has joined

  197. karoshi has left

  198. karoshi has joined

  199. lorddavidiii has left

  200. lorddavidiii has joined

  201. pasdesushi has joined

  202. Zash

    mdosch: It's the MUC that enforces it, and this channel isn't on trunk.

  203. pasdesushi has left

  204. pasdesushi has joined

  205. pasdesushi has left

  206. pasdesushi has joined

  207. mukt2 has joined

  208. Lance has joined

  209. pasdesushi has left

  210. mukt2 has left

  211. mukt2 has joined

  212. emus has left

  213. emus has joined

  214. Lance has left

  215. eta has left

  216. eta has joined

  217. mimi89999 has joined

  218. j.r has joined

  219. sonny has joined

  220. sonny has left

  221. lorddavidiii has left

  222. j.r has left

  223. j.r has joined

  224. sonny has joined

  225. xecks has left

  226. sonny has left

  227. sonny has joined

  228. mukt2 has left

  229. Syndace has left

  230. mukt2 has joined

  231. dwd has left

  232. sonny has left

  233. sonny has joined

  234. Syndace has joined

  235. mukt2 has left

  236. sonny has left

  237. eevvoor has joined

  238. mukt2 has joined

  239. sonny has joined

  240. dwd has joined

  241. sonny has left

  242. Shell has joined

  243. LNJ has joined

  244. mukt2 has left

  245. sonny has joined

  246. xecks has joined

  247. Lance has joined

  248. lovetox has left

  249. alex-a-soto has left

  250. alex-a-soto has joined

  251. sonny has left

  252. mukt2 has joined

  253. Lance has left

  254. lovetox has joined

  255. Maranda has left

  256. Maranda has joined

  257. Ge0rG

    The real problem isn't which version to check against but who's responsible for the check at which border. If the check is only performed by the server owning any given JID, no problems will arise.

  258. mukt2 has left

  259. Ge0rG

    If you enforce precis on another server's JIDs, you'll end up kicking people because of mdosch👁🗨 in your MUC

  260. Zash

    Hence being strict on creation of users, chat rooms, MUC nicknames.

  261. Ge0rG

    We could solve the problem by requiring a baseline set that's forward compatible, like no " in JIDs, and leave everything extended unicode to the authoritative server

  262. Ge0rG

    But I want 🤖

  263. Zash

    AFAIK the problem is mostly about unassigned codepoints, where you don't know if it's valid or forbidden.

  264. Zash

    So someone on Unicode 3.2 doesn't know whether 🤖 is valid or not, so it'll end up allowing it in JIDs received by others, while forbidding local things from using it.

  265. Ge0rG

    Zash: allowed from remote servers, forbidden on yours

  266. Zash

    Exactly

  267. Ge0rG

    And then your admin can install unicode 11

  268. Ge0rG

    And allow fancy new names

  269. Zash

    I wonder if Someone™ should write an Informational XEP on this whole mess.

  270. Ge0rG

    Zash: you should

  271. sonny has joined

  272. eevvoor has left

  273. Maranda has left

  274. Maranda has joined

  275. mukt2 has joined

  276. adityaborikar has left

  277. adityaborikar has joined

  278. goffi has joined

  279. sonny has left

  280. lorddavidiii has joined

  281. sonny has joined

  282. lskdjf has left

  283. lskdjf has joined

  284. lovetox

    why do we need to write a XEP

  285. lovetox

    either all should use precis or all should use stringprep

  286. Zash

    That's not what reality looks like

  287. lovetox

    finished, the details that there is one codepoint in a million that from unicode version X to Y changed

  288. lovetox

    really, thats only a problem in some people minds

  289. Zash

    I'm not that worried about Unicode redefining characters between versions.

  290. Zash

    But versions add new characters, which moves code points from Undefined to either Allowed or Forbidden (for each JID part)

  291. dwd has left

  292. lovetox

    Zash i dont think thats how it works

  293. Zash

    Ok.

  294. Zash

    I revert to my earlier statement of not wanting to discuss this.

  295. lovetox

    but even if, whats the problem with that

  296. lovetox

    say an unassigned codepoint is moved to valid

  297. lovetox

    your server simply does not accept it because you are on a older unicode version

  298. lovetox

    there is no problem there

  299. lovetox

    its like jabber.org does not allow connection with another server because it is weird and runs not current software or is misconfigured

  300. lovetox

    the solution is not, to find a standard where this can never ever happen

  301. lovetox

    its server need to upgrade from time to time

  302. lovetox

    and it happens that we do this already

  303. adityaborikar has left

  304. papatutuwawa has left

  305. sonny has left

  306. adityaborikar has joined

  307. papatutuwawa has joined

  308. alex-a-soto has left

  309. alex-a-soto has joined

  310. Zash

    Oh look, it's been a year https://mailarchive.ietf.org/arch/msg/xmpp/a-WhzOTyOq168GujQHgzQ1-DURI/

  311. dwd has joined

  312. neshtaxmpp has left

  313. sonny has joined

  314. mukt2 has left

  315. mukt2 has joined

  316. Mikaela has left

  317. lovetox

    yeah i really dont know what the problem here is

  318. lovetox

    its like, a server comes along that supports only TLS 1.3, but the other server does not yet support TLS 1.3

  319. paul has left

  320. paul has joined

  321. lskdjf has left

  322. lskdjf has joined

  323. lovetox

    and the question answer is probably b)

  324. Mikaela has joined

  325. sonny has left

  326. lovetox

    server should validate jids

  327. lovetox

    this means sending errors if the validation fails

  328. Zash

    That's what jabber.org does, which was the problem highlighted earlier.

  329. adityaborikar has left

  330. Lance has joined

  331. jabberdotorguser has joined

  332. jabberdotorguser has left

  333. Zash

    ^ happens

  334. andrey.g has joined

  335. Zash

    For those who don't have joins & parts shown: ---> jabberdotorguser joined the room <--- jabberdotorguser has left the room due to an error (Kicked: jid malformed)

  336. sonny has joined

  337. jcbrand has joined

  338. adityaborikar has joined

  339. Lance has left

  340. sonny has left

  341. sonny has joined

  342. lovetox has left

  343. lovetox has joined

  344. j.r has left

  345. sonny has left

  346. sonny has joined

  347. sonny has left

  348. sonny has joined

  349. lovetox has left

  350. LNJ has left

  351. sonny has left

  352. Lance has joined

  353. debacle has left

  354. sonny has joined

  355. sonny has left

  356. floretta has left

  357. Vaulor has left

  358. Seve has left

  359. floretta has joined

  360. Vaulor has joined

  361. Seve has joined

  362. Lance has left

  363. eta has left

  364. eta has joined

  365. sonny has joined

  366. Ge0rG

    lovetox: enforcing validation on entities outside of the user's control is going to cause pain. This is what it's all about

  367. Ge0rG

    Which is why "allowed" and "forbidden" are too few decision choices

  368. sonny has left

  369. Nekit has left

  370. mukt2 has left

  371. eevvoor has joined

  372. arc has joined

  373. andrey.g has left

  374. lskdjf has left

  375. sonny has joined

  376. LNJ has joined

  377. mukt2 has joined

  378. lorddavidiii has left

  379. sonny has left

  380. sonny has joined

  381. sonny has left

  382. Nano4BeingYou has left

  383. sonny has joined

  384. Maranda has left

  385. sonny has left

  386. lovetox has joined

  387. eevvoor has left

  388. eevvoor has joined

  389. lovetox

    about what pain are you talking?

  390. lovetox

    informing the user he cant join this channel because the jid is not valid

  391. lovetox

    is not pain in my book

  392. lovetox

    its a 5 second thing to change the nick to something else

  393. Zash

    They can't change *someone elses nickname*

  394. lovetox

    ?! the user cant change his nickname?!

  395. lovetox

    and yes also the MUC can change his nick, its in 0045

  396. lovetox

    simply remove the offending chars

  397. Zash

    You still misunderstand.

  398. Zash

    This is not about the one that is joining a MUC

  399. Zash

    This is about someone else that is already a participant.

  400. Zash

    When the MUC sends the participant list, their server rejects that stanza and the MUC responds to that error by kicking YOU.

  401. lovetox

    yeah and ? as a client a validate JIDs, and of course simply drop all invalid

  402. lovetox

    you can fill a whole MUC with invalid participants, not a problem in my book

  403. lovetox

    but even that should not happen

  404. Zash

    But it does.

  405. lovetox

    So i cant connect to servers, if mine is outdated and uses old unicode data

  406. Zash

    Get a jabber.org account, join this MUC, get kicked the instant the presence of the participant with "👁🗨" in their nick is sent.

  407. lovetox

    its the same, right now, i cant even connect to must mucs because my cert is expired

  408. sonny has joined

  409. Maranda has joined

  410. Ge0rG

    lovetox: but you can't change a remote server and which level of unicode that accepts.

  411. j.r has joined

  412. Ge0rG

    Also the unicode level supported by a server is neither indicated nor negotiated

  413. Ge0rG

    Instead your connection gets terminated later on due to somebody else sending presence

  414. Ge0rG

    And just moving on with the latest and greatest unicode will break your interop

  415. Ge0rG

    In all sorts of non obvious ways

  416. sonny has left

  417. dwd has left

  418. Ge0rG

    it's like showing an annoying popup every time you receive something from an "invalid" JID :D

  419. paul has left

  420. lskdjf has joined

  421. eevvoor

    > Get a jabber.org account, join this MUC, get kicked the instant the presence of the participant with "👁🗨" in their nick is sent. What a joy.

  422. dwd has joined

  423. lovetox

    Ge0rG, i still dont see the "pain", all that stuff is dependent on how often this happens

  424. lovetox

    and i would say it does probably happens as often as you want to use a muc on a server like jabber.org

  425. lovetox

    you try it, ok server doesnt work, is outdated, whatever, then you simply dont use it anymore

  426. Ge0rG

    lovetox: some implementations don't switch from stringprep to precis because of this sort of issues that it would cause.

  427. Ge0rG

    yeah, let's just abandon large parts of our ecosystem

  428. larma notes how this would be solved by not using the resource part of the JID for the nickname and instead use something like 172 and random resource for joining (like Jitsi Meet does)

  429. lovetox

    but stringprep causes the same issues

  430. Ge0rG

    larma: how do you prvent everyone from using the same nickname with 0172?

  431. lovetox

    stringprep is obsoleted, no new client would implement it, there is no note that says: Hold up please implement stringprep

  432. lovetox

    if a client uses precis, and the server validates for stringprep

  433. lovetox

    you have the same issue already, now

  434. larma

    Ge0rG, either not allow it server side (filter stanzas that do try to mimic another user) or use 0421 to spot the different users

  435. Ge0rG

    lovetox: yes, and I bet most clients won't even tell the user what the problem is

  436. eevvoor

    yeay, just like my problem persists with trashserver <-> jabber.fr

  437. lovetox

    so you acknowledge that the problem is already here right now, and *not* changing to precis

  438. lovetox

    does not make anything better

  439. Ge0rG

    lovetox: the problem is there because some implementations changed to precis, yes.

  440. Ge0rG

    lovetox: what you ask for is called a "forklift upgrade" and is not going to work.

  441. lovetox

    it already works

  442. lovetox

    users use precis day in and out

  443. lovetox

    this is a drop in the bucket of s2s problems out there

  444. lovetox

    you make it seem like the whole xmpp ecosystem breaks down, because people cant join mucs anymore

  445. Ge0rG

    it's also about contacts with JIDs according to a different spec

  446. larma

    IMO clients should never try to join using a unicode resource, but servers still need to handle it. Yet every client that allows to do it should be named as the main issue

  447. larma

    (which means about every client nowadays is to blame)

  448. paul has joined

  449. lovetox

    ok larma interesting take, no client should allow a user to use a valid JID as per RFC.

  450. larma

    the weird thing is that resource is meant to be something "technical" yet it's also used as a display name

  451. lovetox

    i guess you wont win that one

  452. Ge0rG

    larma: what about that clients should only warn the user when they try to set a nickname that is outside of the client's supported PRECIS, but the servers have ultimate authority?

  453. Ge0rG

    congratulations for finding out that MUC is a set of dirty hacks.

  454. sonny has joined

  455. 🅶🅴0🆁🅶

    hi!

  456. larma

    so let's add some other dirty hack to solve that problem? Clients somehow encode unicode chars using ascii as a resource and add a 0172 nick. Clients that see that the 0172 nick matches the ascii encoding will display and use the 0172 nick instead

  457. Lance has joined

  458. larma

    As long as the ascii encoding is somewhat human readable, this would be sufficiently backwards compatible

  459. larma

    then we would need MUCs to not allow joining with non-ascii resources and issue is mostly solved

  460. APach has left

  461. APach has joined

  462. andrey.g has joined

  463. mdosch

    Forbidding non ASCII is bad for Russians, Arabs, Vietnamese, Thai…

  464. 🅶🅴0🆁🅶

    also for emoji

  465. larma

    mdosch, it's not forbidden, you can still read it in the 0172 nick field

  466. larma

    just like domains don't forbid non ascii, you just need to encode using punycode

  467. lorddavidiii has joined

  468. 🅶🅴0🆁🅶

    what about encoding punycode nicknames in the resource?

  469. larma

    also fine with me, but I believe there could be better legacy fallbacks than punycode

  470. 🅶🅴0🆁🅶

    like... PRECIS?

  471. arc has left

  472. arc has joined

  473. lskdjf has left

  474. sonny has left

  475. Seve has left

  476. Seve has joined

  477. Zash

    Went for a walk. TL;DR let's solve the problem of not everyone upgrading at the exact same time with "just upgrade at the same time"? :)

  478. Lance has left

  479. sonny has joined

  480. lovetox

    its not a matter of upgrading at a certain point in my opinion

  481. lovetox

    right now prosody does not do jid validation at all or?

  482. lovetox

    that means it already is a upgraded precis like server, it does exactly what Ge0rG fears, it sends precis muc resources to other servers that dont understand it

  483. Zash

    It does, but it allows unassigned characters.

  484. Zash

    Mostly because this is the library default

  485. lovetox

    yeah, so nobody cared, the ecosystem did not break down

  486. Zash

    No PRECIS

  487. 🅶🅴0🆁🅶

    Somebody needs to care about the small things as well

  488. lovetox

    you allowed resources that were not stringprep valid

  489. lovetox

    and send them to other servers and clients

  490. Zash

    This goes under "historical reasons" now

  491. Zash

    The plan is to change it to be strict about things created locally.

  492. lovetox

    and in all the years i never saw one issue, of clients or server operators

  493. 🅶🅴0🆁🅶

    yeah, let's just pin XMPP to stringprep and carve that in stone

  494. lovetox

    that complained that users cant join your MUCs

  495. 🅶🅴0🆁🅶

    Zash: strict according to what spec?

  496. Zash

    This /did/ happen, for years, if you compiled your Prosody differently

  497. Zash

    🅶🅴0🆁🅶: Ancient STRINGPREP

  498. 🅶🅴0🆁🅶

    Zash: did I get this right, you want to make prosody strict according to stringprep?

  499. Zash

    Yes

  500. 🅶🅴0🆁🅶

    Insanity!

  501. Zash

    No

  502. 🅶🅴0🆁🅶

    But why?

  503. Zash

    I'm running a version with this enabled and I'm having no problems.

  504. Zash

    You just can't use 🤖 as nickname on my local MUC instance

  505. 🅶🅴0🆁🅶

    do you even have a MUC domain?

  506. Zash

    It's strict about *local entities*

  507. 🅶🅴0🆁🅶

    I want my robot face back!

  508. Zash

    Local users, local MUC JIDs, local MUC participant nicknames.

  509. 🅶🅴0🆁🅶 has left

  510. Zash

    Anything coming from a remote server and isn't known to be invalid is accepted.

  511. 🗨

    Zash: yes, but then you release it and everybody goes back into 2002

  512. 🗨

    I know there are people who wish for xmpp to be like it was in 2002.

  513. Zash

    ITYM 2006*

  514. lovetox

    seems ejabberd does validate strictly for stringprep

  515. lovetox

    cant join any muc with robotface

  516. j.r has left

  517. 🗨

    Zash: https://tools.ietf.org/html/rfc3454 "December 2002"

  518. lovetox

    although it does with a weird error

  519. Zash

    🤷

  520. arc has left

  521. arc has joined

  522. lovetox

    bad-request

  523. lovetox

    instead of jid-malformed

  524. j.r has joined

  525. mdosch🥇 has left

  526. lovetox

    maybe the XMPP needs its own Precis profile

  527. lovetox

    that is in some way a better upgrade path

  528. sonny has left

  529. lovetox

    for mucs the discovery problem is easily solved

  530. lovetox

    just add a feature into disco info

  531. Zash

    This topic causes me endless pain, I'll be under my desk, crying, for the rest of the weekend.

  532. lovetox

    only in our heads, i dont think there are actual users having problems with that

  533. mdosch is watching 🏒 rolls some beers under Zаshs desk.

  534. lovetox

    i guess there is not even someone out there that gets the idea that weird emojis are allowed in jids

  535. 🗨 has left

  536. Ge0rG

    I do

  537. Ge0rG

    and other people as well

  538. mdosch is watching 🏒

    Ask Rixon 👁🗨:

  539. lorddavidiii has left

  540. Ge0rG

    as you can see on the occupant list. Unless your client filters out "invalid" JIDs from MUCs

  541. Daniel has left

  542. adityaborikar has left

  543. lovetox has left

  544. mdosch is watching 🏒

    I wonder why Rixon 👁🗨 never participated in this discussion although being highlighted frequently in the last days.

  545. lorddavidiii has joined

  546. lovetox has joined

  547. Daniel has joined

  548. arc has left

  549. arc has joined

  550. adityaborikar has joined

  551. lovetox has left

  552. Daniel has left

  553. adityaborikar has left

  554. lovetox has joined

  555. Lance has joined

  556. adityaborikar has joined

  557. Daniel has joined

  558. mukt2 has left

  559. sonny has joined

  560. lskdjf has joined

  561. mukt2 has joined

  562. Ge0rG

    mdosch: maybe their client fails to highlight on complex unicode? 😁

  563. andrey.g has left

  564. lovetox has left

  565. adityaborikar has left

  566. lovetox has joined

  567. Daniel has left

  568. adityaborikar has joined

  569. Daniel has joined

  570. Daniel has left

  571. adityaborikar has left

  572. j.r has left

  573. lovetox has left

  574. lskdjf has left

  575. lovetox has joined

  576. adityaborikar has joined

  577. Daniel has joined

  578. j.r has joined

  579. Daniel has left

  580. adityaborikar has left

  581. Lance has left

  582. lovetox has left

  583. Lance has joined

  584. adityaborikar has joined

  585. lovetox has joined

  586. Daniel has joined

  587. sonny has left

  588. sonny has joined

  589. mukt2 has left

  590. mukt2 has joined

  591. mdosch is watching 🏒

    😂

  592. arc has left

  593. arc has joined

  594. sonny has left

  595. arc has left

  596. arc has joined

  597. sonny has joined

  598. arc has left

  599. arc has joined

  600. dwd has left

  601. adityaborikar has left

  602. adityaborikar has joined

  603. arc has left

  604. arc has joined

  605. guus.der.kinderen has joined

  606. arc has left

  607. arc has joined

  608. antranigv has joined

  609. arc has left

  610. dwd has joined

  611. arc has joined

  612. arc has left

  613. arc has joined

  614. arc has left

  615. arc has joined

  616. adityaborikar has left

  617. adityaborikar has joined

  618. winfried has left

  619. winfried has joined

  620. neshtaxmpp has joined

  621. debacle has joined

  622. sonny has left

  623. Maranda has left

  624. Lance has left

  625. andrey.g has joined

  626. Maranda has joined

  627. peetah has left

  628. peetah has joined

  629. sonny has joined

  630. Lance has joined

  631. mukt2 has left

  632. mukt2 has joined

  633. winfried has left

  634. winfried has joined

  635. lovetox has left

  636. lovetox has joined

  637. antranigv has left

  638. lovetox has left

  639. lorddavidiii has left

  640. lovetox has joined

  641. floretta has left

  642. floretta has joined

  643. lorddavidiii has joined

  644. andrey.g has left

  645. krauq has left

  646. krauq has joined

  647. mukt2 has left

  648. sonny has left

  649. mukt2 has joined

  650. krauq has left

  651. krauq has joined

  652. krauq has left

  653. Nekit has joined

  654. krauq has joined

  655. sonny has joined

  656. neshtaxmpp has left

  657. neshtaxmpp has joined

  658. krauq has left

  659. krauq has joined

  660. jcbrand has left

  661. vanitasvitae has left

  662. vanitasvitae has joined

  663. sonny has left

  664. sonny has joined

  665. sonny has left

  666. sonny has joined

  667. krauq has left

  668. krauq has joined

  669. guus.der.kinderen has left

  670. krauq has left

  671. krauq has joined

  672. krauq has left

  673. krauq has joined

  674. lovetox has left

  675. Maranda has left

  676. lovetox has joined

  677. Maranda has joined

  678. Mikaela has left

  679. krauq has left

  680. krauq has joined

  681. krauq has left

  682. krauq has joined

  683. lovetox has left

  684. werdan has joined

  685. peetah has left

  686. peetah has joined

  687. krauq has left

  688. krauq has joined

  689. andrey.g has joined

  690. lorddavidiii has left

  691. eevvoor has left

  692. dwd has left

  693. Neustradamus

    I will do a little test for MattJ

  694. Neustradamus_ has joined

  695. Neustradamus_ has left

  696. Neustradamus

    ^ connection and disconnection in less 1s

  697. sonny has left

  698. sonny has joined

  699. eta has left

  700. eta has joined

  701. adityaborikar has left

  702. Lance has left

  703. j.r has left

  704. krauq has left

  705. krauq has joined

  706. krauq has left

  707. krauq has joined

  708. Lance has joined

  709. vanitasvitae has left

  710. werdan has left

  711. Andrzej has left

  712. j.r has joined

  713. sss has joined

  714. sonny has left

  715. sss

    Hey anyone here

  716. sonny has joined

  717. sss

    heyy

  718. sss

    hey sony

  719. sss

    andrey.g andrey.g \

  720. sss has left

  721. vanitasvitae has joined

  722. vanitasvitae has left

  723. Lance has left

  724. Tobias has left

  725. sonny has left

  726. sonny has joined

  727. adityaborikar has joined

  728. vanitasvitae has joined

  729. karoshi has left

  730. vanitasvitae has left

  731. vanitasvitae has joined

  732. Lance has joined

  733. adityaborikar has left

  734. vanitasvitae has left

  735. paul has left

  736. goffi has left

  737. dwd has joined

  738. vanitasvitae has joined

  739. mukt2 has left

  740. mukt2 has joined

  741. sonny has left

  742. sonny has joined

  743. vanitasvitae has left

  744. vanitasvitae has joined

  745. alex-a-soto has left

  746. alex-a-soto has joined

  747. Lance has left

  748. mukt2 has left

  749. alameyo has left

  750. mukt2 has joined

  751. vanitasvitae has left

  752. vanitasvitae has joined

  753. krauq has left

  754. j.r has left

  755. j.r has joined

  756. krauq has joined

  757. mukt2 has left

  758. mukt2 has joined

  759. sonny has left

  760. sonny has joined

  761. Lance has joined

  762. LNJ has left

  763. LNJ has joined

  764. debacle has left

  765. Lance has left

  766. tom has joined

  767. Lance has joined

  768. Nekit has left

  769. sonny has left

  770. sonny has joined

  771. Lance has left

  772. thorsten has left

  773. LNJ has left

  774. thorsten has joined

  775. Maranda has left

  776. sonny has left

  777. sonny has joined

  778. Maranda has joined

  779. mdosch is watching 🏒 has left

  780. mdosch is watching 🏒 has joined

  781. antranigv has joined

  782. alameyo has joined

  783. andrey.g has left

  784. thorsten has left

  785. antranigv has left

  786. thorsten has joined

  787. arc has left

  788. arc has joined

  789. emus has left