订阅节是否会触发回调?

时间:2014-01-13 21:08:38

标签: strophe

有没有办法从订阅类型节获得回调?服务器有一个XML响应,但Strophe不会触发任何回调。

这就是我发送的内容:

<body rid='576795248' xmlns='http://jabber.org/protocol/httpbind' sid='e3552b8d'><presence to='user2@localhost' type='subscribed' xmlns='jabber:client' id='2:sendIQ'/></body>

我得到了:

<body xmlns='http://jabber.org/protocol/httpbind'><iq xmlns="jabber:client" type="set" id="842-543" to="user1@localhost"><query xmlns="jabber:iq:roster"><item jid="test2@localhost" subscription="both"/></query></iq></body>

如您所见,服务器正在发送响应,但Strophe不会触发任何回调。

感谢。

1 个答案:

答案 0 :(得分:0)

添加处理程序:addHandler(func,Strophe.NS.ROSTER,'iq')