1
0
Fork 0

Add component handshake stanza namespace.

This commit is contained in:
Matt Goodall 2012-07-12 01:17:27 +01:00
parent 7cc19606e1
commit 1ab83b491b
1 changed files with 1 additions and 1 deletions

View File

@ -85,6 +85,6 @@ func handshake(stream *Stream, streamId, secret string) error {
} }
type saslHandshake struct { type saslHandshake struct {
XMLName xml.Name `xml:"handshake"` XMLName xml.Name `xml:"jabber:component:accept handshake"`
Value string `xml:",chardata"` Value string `xml:",chardata"`
} }