[jdev] Opening Stream with Session Id

Peter Saint-Andre stpeter at jabber.org
Tue May 10 13:50:15 CDT 2005


On Tue, May 10, 2005 at 06:27:41PM +0000, Y H W wrote:
> when the client connect to jabber server by sending the open stream tag 
> <stream:stream>, and server reply the open stream tag with session id, then 
> we can start sending XML Packet, i wonder to know what we have to do with 
> the open stream tag sent by server to client? do we need the open stream 
> tag with session id(send by server) to tracking to the server?  or Is it 
> just easy for the server to close the connection by sending close stream 
> tag </stream:stream>?

Stream IDs are used in server dialback and in old-style digest
authentication:

http://www.xmpp.org/specs/rfc3920.html#dialback
http://www.jabber.org/jeps/jep-0078.html

/psa




More information about the JDev mailing list