【发布时间】:2011-09-17 01:09:12
【问题描述】:
任何人都知道为什么以这种方式格式化的消息可以通过 XMPP 正确发送给运行 Pidgin 的用户,但根本无法发送给运行 Jitsi 的用户?没有伴随失败的错误消息。
<message to="fancy.pants@thesrv0001">
<html xmlns="http://jabber.org/protocol/xhtml-im">
<body xmlns="http://www.w3.org/1999/xhtml">
<a href="http://www.google.com/">link test</a>
</body>
</html>
</message>
我也对构建 HTML 消息的替代方法感兴趣,也许其中一种方法适用于 Jitsi。谢谢大家!
【问题讨论】: