jdev - 2026-02-02


  1. vpzom

    Is there a mechanism for sharing PEP data in a MUC?

  2. vpzom

    XEP-0316 I guess?

  3. theTedd

    I don't expect it's supported anywhere; what do you actually want to do?

  4. vpzom

    I want users in a MUC to be able to see things like User Mood and User Tune, etc.

  5. Cynthia

    how would you ensure that the MUC server doesn't tamper with the PEP data

  6. vpzom

    same way we deal with messages (by not caring afaik)

  7. vpzom

    signatures there would be neat though

  8. singpolyma

    You can get pep data just fine in a muc. What doesn't work is auto subscribing to participants

  9. singpolyma

    There is a reading of the pep spec that implies maybe it should work. But it does not in any implementation and you may not want it to for reasons

  10. vpzom

    yeah I don't expect it to always happen, users should opt in to sharing that data

  11. vpzom

    but I think notifications are essential here, I don't want to be polling every participant for every node

  12. vpzom

    or do you mean explicitly subscribing to the node? does that work?

  13. theTedd

    PEP is based around subscriptions, so you would need one if you want to avoid polling (which you do)

  14. vpzom

    yes, but the normal way to use it has implied subscriptions

  15. theTedd

    The normal way is that you tell everyone on your roster (who is interested) what you're media currently playing - they already have the subscription, other they wouldn't be on your roster

  16. theTedd

    The normal way is that you tell everyone on your roster (who is interested) what media you're currently playing - they already have the subscription, other they wouldn't be on your roster

  17. theTedd

    The normal way is that you tell everyone on your roster (who is interested) what media you're currently playing - they already have the subscription, otherwise they wouldn't be on your roster