【发布时间】:2019-06-05 16:27:31
【问题描述】:
我正在尝试弄清楚如何格式化发送到房间的状态节,但我没有遵循我在网上找到的示例。
presence_stanza = f"<presence xmlns='jabber:client' from='{user_id}@conference.domain.com/{what_goes_here} to='{room_id}@conference.domain.com'/>"
特别是我不确定from 地址中/ 后面的ID/字符串是什么。
供参考:
https://www.ejabberd.im/node/5189/index.html
Ejabberd not sending presence stanza to other roster members
【问题讨论】: