I'm trying to figure out how to format a presence stanza being sent to a room, and I'm not following the examples I've found online.
presence_stanza = f"<presence xmlns='jabber:client' from='{user_id}@conference.domain.com/{what_goes_here} to='{room_id}@conference.domain.com'/>"
In particular I'm unsure what the ID/string that follows the /
in the from
address.
For reference:
https://www.ejabberd.im/node/5189/index.html
Ejabberd not sending presence stanza to other roster members