你的位置:首页 > 软件开发 > Java > openfire源码解读

openfire源码解读

发布时间:2017-05-28 00:00:32
根据xmpp协议客户端发送:<auth 其中,服务端接收:  通过ConnectionHandler类的messageReceived方法接收,process中处理 else if ("auth".equals(tag)) { // Use ...

根据xmpp协议

客户端发送:

<auth

其中,

服务端接收:

  通过ConnectionHandler类的messageReceived方法接收,process中处理

   else if ("auth".equals(tag)) {      // User is trying to authenticate using SASL      startedSASL = true;      // Process authentication stanza      saslStatus = SASLAuthentication.handle(session, doc);    }

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:openfire源码解读

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录