是否可以将消息传递到服务器时包含到 XMPP 消息时间?
现在我从 OpenFire 服务器收到如下消息:
<message id="W45Ky-21" to="eee@jserv.ee" from="ppp@jserv.ee/dfg5465fd" type="chat"><body>test</body></message>
但我需要知道消息何时发送(传递到服务器),例如:
<message id="W45Ky-21" to="eee@jserv.ee" from="ppp@jserv.ee/dfg5465fd" type="chat"><body>test</body><time>2012-10-12 10:00:52</time></message>