forked from jshiffer/go-xmpp
Add commit that Client.Mechanism is the SCRAM mechanism used.
This commit is contained in:
parent
464fbe04ef
commit
4be597a84a
2
xmpp.go
2
xmpp.go
@ -94,7 +94,7 @@ type Client struct {
|
|||||||
stanzaWriter io.Writer
|
stanzaWriter io.Writer
|
||||||
LimitMaxBytes int // Maximum stanza size (XEP-0478: Stream Limits Advertisement)
|
LimitMaxBytes int // Maximum stanza size (XEP-0478: Stream Limits Advertisement)
|
||||||
LimitIdleSeconds int // Maximum idle seconds (XEP-0478: Stream Limits Advertisement)
|
LimitIdleSeconds int // Maximum idle seconds (XEP-0478: Stream Limits Advertisement)
|
||||||
Mechanism string
|
Mechanism string // SCRAM mechanism used.
|
||||||
Fast Fast // XEP-0484 FAST Token, mechanism and expiry.
|
Fast Fast // XEP-0484 FAST Token, mechanism and expiry.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user