Modern XMPP project discussion - 2020-04-14


  1. DebXWoody

    Hi. I have one contact with 2000 lines of OMEMO device List. The list looks wrong. A lot of records like this: <item id="5XXXXXXXXXXX0"> <list xmlns="eu.siacs.conversations.axolotl"> <device id="2XXXXXXX2" /> <device id="2XXXXXXX6" /> </list> 368 times. Is this correct?

  2. pep.

    I'm not sure this is the place?

  3. pep.

    and yeah it looks ok

  4. DebXWoody

    pep., Ok, which is the right place?

  5. pep.

    dunno, jdev maybe? even if all the relevant people are probably here as well

  6. pep.

    are there multiple items or list? or just devices?

  7. pep.

    are there multiple item(s) or list? or just devices?

  8. DebXWoody

    368 times the <item> with different ids and within the item the <list> with list of device ids.

  9. pep.

    right there should only be one item with Id "current"

  10. MattJ

    DebXWoody: is the user using Pidgin?

  11. DebXWoody

    MattJ, he didn't.

  12. Ge0rG

    maybe it's a server bug?

  13. Ge0rG

    or a client not setting max-items?

  14. lovetox

    i remember a ejabberd bug where it would send you the whole pubsub node on connect

  15. lovetox

    not only the last item

  16. lovetox

    and yeah there was a time when clients did not publish under "current"

  17. lovetox

    So what client is he using? as you paste XML i guess Gajim

  18. lovetox

    if you tell me the version of the plugin i can at least rule out the not set max-items thing

  19. DebXWoody

    He is / was using: "Nope. Bis jetzt nur gajim, Conversations, PixArt, poezio, Movim und Dino"

  20. DebXWoody

    At the moment poezio and PixArt

  21. DebXWoody

    Some information: https://github.com/profanity-im/profanity/issues/1315

  22. DebXWoody

    How can we clean-up the list?

  23. DebXWoody will check pubsub, I think there should be information how we can clean-up this list.

  24. Zash

    Check node info / config

  25. pep.

    Not impossible that poezio-omemo is doing weird things. Please report if it's the case

  26. lovetox

    DebXWoody, in Gajim right click on account -> personal events -> pep config

  27. lovetox

    there you can delete the device list node

  28. DebXWoody

    lovetox, thx.