Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ejabberdにメッセージを送信することはできますが、どのように受信するのかわかりません。多分誰かが実例を持っていますか?
解決策は「スタンザ」イベントを使用しています。次に例を示します。
cl.addListener('stanza', function(stanza) { connection.write(stanza.children[1].children); console.log(stanza.children[1].children); });