jdev - 2023-02-27


  1. nicoco

    About message moderation (xep-0425)… - Should messages containing a <moderated> element have a stanza-id? - In the example 5*, there is none, but if a MUC service has stanza-ids, it should associate one to any message, even if they don't have a body, or am I missing something? - Again about this example 5, `to="room@muc.example.com/macbeth"`, I think this is mistake? It should be a "real JID", eg `somebody@example.com/poezio123`, and not a "participant JID". - is it OK to have the room bare JID for `moderated by=`? This last question is related to some other services not providing "moderated by whom". I could use a pseudo nicknameresource like "/system" or something, but it feels a little "more right" to just use the room JID in this case. Any thoughts about this? * https://xmpp.org/extensions/xep-0425.html#example-5

  2. Zash

    nicoco, the text says the service sends the "that message was moderated" message to everyone, those messages should normally be archived and would thus have stanza-id.

  3. Zash

    I'd also assume that to/from behave like normal broadcast messages and that the example has some mistakes

  4. Zash

    Also missing a `>` ?

  5. Zash

    Oh, no, it's just hidden by the overflow scroll thing

  6. nicoco

    Zash: thanks! it's what I assumed but wanted to make sure because "examples are not normative" is too hard for me to apply without asking, sorry

  7. Zash

    also, remember that this is an Experimental XEP, it might change in the future

  8. Zash

    Like, in the near future, when https://github.com/xsf/xeps/pull/1270 gets merged

  9. nicoco

    I'm not scared by experiments, I am a scientist ;). I'll happily update slixmpp to reflect this once merged and/or implemented by clients

  10. nicoco

    About the "moderate by=room JID without resource part", I actually have a broader 0045 question. what is the standard or standardish way for a muc to display "system messages"? Is it OK to use the room bare JID? or should it always be "a pseudo participant", eg `room@muc.ex.com/system`?

  11. pep.

    It happens to have messages sent from the room jid yeah

  12. Zash

    "System messages" would come from the bare room JID.

  13. pep.

    biboumi uses that for channel modes that don't translate well for example

  14. pep.

    biboumi uses that for channel modes changes that don't translate well for example

  15. Zash

    Old MUC (or maybe even groupchat 1.0?) components used to send more messages from the bare room JID about various stuff

  16. nicoco

    thanks! so if break clients, it's on biboumi, good, this won't be the reason I'm banned from the xmpp community.

  17. Zash

    as long as you don't send <presence> from the bare JID! :)

  18. nicoco

    hahaha oh wait

  19. Zash

    ... you do because avatars :(

  20. nicoco

    oh yes I do. those sweet participant avatars!

  21. Zash

    Specifically about `<moderate by=room/nick>`, I think I leave it blank if the current nick of the moderator is not known

  22. Zash

    (in the Prosody mod_muc_moderation)

  23. nicoco

    hum but https://xmpp.org/extensions/xep-0425.html#tombstones > The <moderated/> element MUST have a 'by' attribute specifying the JID of the moderating entity. and https://xmpp.org/extensions/xep-0425.html#schema > <xs:attribute name='by' type='xs:string' use='required'/>

  24. Zash

    bah

  25. Zash

    what do you set it to if it's unknown then, ... !summon JC

  26. Zash

    as in, if I do a moderation action without being joined, as is usually how I do it because I use a command line tool, there's no nickname

  27. nicoco

    I'm also interested in JC's answer here. "no by" or "by=room bare JID" are both fine by me and I have no opinion about which is better.

  28. Zash

    The module does look for your reserved nickname, if available uses that

  29. pep.

    "I think I leave it blank if the current nick of the moderator is not known" I think I'd leave it blank anyway

  30. pep.

    (if that's a thing)

  31. pep.

    To avoid people coming at moderators directly

  32. Zash

    "a moderator moderated a message"

  33. nicoco

    I think there are legitimate cases where it's removed by someone not even in the room. imagine a massive attack on a whole muc service with awful images. I can imagine service-wide moderation tools for the muc service admin who is not necessarily in all the rooms…

  34. Zash

    nicoco, feel like typing this up in an email to standards@? :)

  35. Zash

    (so I don't have to and can carry on my lazyness)

  36. Zash

    or I guess ^C^V into xsf@ would work

  37. nicoco

    alright, let's email

  38. Beherit

    offtopic proposal: should we rename the muc into XMPP Development (jdev) ?

  39. moparisthebest

    Yes please :)

  40. Zash

    move the description to the name? sure

  41. Zash

    (description is "Jabber/XMPP Development")

  42. Beherit

    I'm fine with that too