Resource binding bugs, so I don't forget.
This commit is contained in:
parent
c9c8526476
commit
6416a5e1ee
|
|
@ -229,3 +229,7 @@ type saslFailure struct {
|
||||||
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl failure"`
|
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl failure"`
|
||||||
Reason xml.Name `xml:",any"`
|
Reason xml.Name `xml:",any"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// BUG(matt): Implement server-side resource binding.
|
||||||
|
|
||||||
|
// BUG(matt): Don't use "foo" as the <iq/> id during resource binding.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue