xmpp/stream.go
changeset 142 0ff033eed887
parent 140 f94b958f8df0
equal deleted inserted replaced
141:f0d0f3b941a6 142:0ff033eed887
     1 // Copyright 2011 The Go Authors.  All rights reserved.
       
     2 // Use of this source code is governed by a BSD-style
       
     3 // license that can be found in the LICENSE file.
       
     4 
       
     5 // This file contains the three layers of processing for the
     1 // This file contains the three layers of processing for the
     6 // communication with the server: transport (where TLS happens), XML
     2 // communication with the server: transport (where TLS happens), XML
     7 // (where strings are converted to go structures), and Stream (where
     3 // (where strings are converted to go structures), and Stream (where
     8 // we respond to XMPP events on behalf of the library client), or send
     4 // we respond to XMPP events on behalf of the library client), or send
     9 // those events to the client.
     5 // those events to the client.