Openfire jabber Xmpp <failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
在用openfire做服务器时
如果本地A-->B 正常通信,但换到别人的机器上却报如下的错
<failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
那么请将需要修改openfire 的表值.
update ofproperty set propValue = 'youDomain' where name ='xmpp.domain'
update ofroster set jid=replace(jid,'127.0.0.1','youDomain')