xmpp/roster.go
changeset 142 0ff033eed887
parent 139 12c48d1157dc
child 153 bbd4166df95d
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 package xmpp
     1 package xmpp
     6 
     2 
     7 // This file contains support for roster management, RFC 3921, Section 7.
     3 // This file contains support for roster management, RFC 3921, Section 7.
     8 
     4 
     9 import (
     5 import (