forked from chteufleur/go-xmpp
Add component handshake stanza namespace.
This commit is contained in:
parent
7cc19606e1
commit
1ab83b491b
|
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue