jdev - 2021-08-31


  1. jcbrand

    Hi everyone. I'm working on better XEP-0333 (Chat Markers) support for Converse, and notice that in a MUC I'm using the stanza-id as id for the marker, but for 1:1 chats I'm using the id attribute on the `<message>`. Looking at the XEP, they say that messages MUST have an `id` attribute and the examples show this being used. So... am I wrong for using the stanza-id for MUCs and should I use the `id` attribute there as well? Seems so. (This is older code I wrote months ago).

  2. MattJ

    jcbrand, this text was specifically added to answer this: https://xmpp.org/extensions/xep-0333.html#rules-muc

  3. jcbrand

    ah thanks MattJ, I missed that somehow