2014-10-10 64 views
0

我已经做了如下:XMPP是否需要回拨?

Step 1. <Stream> 
Step 2. <Auth> (PLAIN) 
Step 3. <Session> 
Stuck here. 

本教程不提回叫:http://ceit.uq.edu.au/content/how-xmpp-works-step-step

然而,在8.3。该文件的协议,它说,使用回拨:http://xmpp.org/rfcs/rfc3920.html

眼下,这是完整的回应,我从我的服务器上获取:

<?xml version='1.0'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='1027203257' from='mysite.com' version='1.0' xml:lang='en'> 
<stream:features><mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'><mechanism>PLAIN</mechanism><mechanism>DIGEST-MD5</mechanism><mechanism>SCRAM-SHA-1</mechanism></mechanisms><c xmlns='http://jabber.org/protocol/caps' hash='sha-1' node='http://www.process-one.net/en/ejabberd/' ver='yy7di5kE0syuCXOQTXNBTclpJWo='/><register xmlns='http://jabber.org/features/iq-register'/></stream:features> 
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/> 
<stream:error><xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/></stream:error> 
</stream:stream> 

我已经看到了一些民族代码,步骤2后,他们再次运行<stream>,但在其他情况下他们不运行。这是否需要?

回答

0

服务器回拨用于s2s(服务器到服务器)连接。您不需要将它用于c2s(客户端到服务器)连接。