如何从命令行发送jabber消息

时间:2020-09-05 08:47:50

标签: xmpp

我正在尝试模拟来自应用程序的聊天。我在代码中看到它通过websocket和xmpp发送消息:

<message xmlns="jabber:client" id="3sdfsdfdsfdfdf" to="9dfsfsdsf@xxxxxx.com" from="dsfsdfsdfs@xxxxxx.com" type="chat"><thread>34234sdfsdffsf</thread><request xmlns="urn:xmpp:receipts"/><body>Good Morning</body></message>

如何从命令行模拟它? 谢谢!

0 个答案:

没有答案