jdev - 2026-08-27


  1. jjj333_p (any pronouns)

    for a bridge component what is the right cadence to send a xep_0199 ping to ensure connection hasnt been lost? i dont wanna be too noisy, but i also would like to fail fast

  2. singpolyma

    what connection are you checking? ... the component connection?

  3. jjj333_p (any pronouns)

    if a remote muc has gone offline

  4. jjj333_p (any pronouns)

    basically trying to do what https://modules.prosody.im/mod_ping_muc.html does but for my bridge

  5. jjj333_p (any pronouns)

    i guess the default there is 60 seconds

  6. singpolyma

    looks like I do 120 seconds but 60 is probably fine

  7. jjj333_p (any pronouns)

    i suppose I could try and at least be smart about it and only ping if ive not gotten any messages from the muc

  8. singpolyma

    yes. that's ideal