首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

Openfire jabber Xmpp <failure xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>

2012-10-07 
Openfire jabber Xmpp failure xmlnsurn:ietf:params:xml:ns:xmpp-sasl在用openfire做服务器时如果本

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')

热点排行