-
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
-
singpolyma
what connection are you checking? ... the component connection?
-
jjj333_p (any pronouns)
if a remote muc has gone offline
-
jjj333_p (any pronouns)
basically trying to do what https://modules.prosody.im/mod_ping_muc.html does but for my bridge
-
jjj333_p (any pronouns)
i guess the default there is 60 seconds
-
singpolyma
looks like I do 120 seconds but 60 is probably fine
-
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
-
singpolyma
yes. that's ideal