success msg (#144)

* Remove unnecessary newline.

* Make success content available.

Closes #142.
This commit is contained in:
Martin 2023-03-02 05:20:49 +01:00 committed by GitHub
parent 369824c83a
commit 05cd75074a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -962,6 +962,7 @@ type saslAbort struct {
type saslSuccess struct {
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-sasl success"`
Text string `xml:",chardata"`
}
type saslFailure struct {