forked from jshiffer/go-xmpp
Added Roster IQs
Added an overly primitive "disconnect" for the client to use in the chat client example
This commit is contained in:
@@ -12,3 +12,5 @@ type Stream struct {
|
||||
Id string `xml:"id,attr"`
|
||||
Version string `xml:"version,attr"`
|
||||
}
|
||||
|
||||
const StreamClose = "</stream:stream>"
|
||||
|
||||
Reference in New Issue
Block a user