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 _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
