forked from chteufleur/go-xmpp
Fix typo on Confirm message.
This commit is contained in:
parent
3125d02cf6
commit
b32173d11e
|
|
@ -78,7 +78,7 @@ type Message struct {
|
|||
Error *Error `xml:"error"`
|
||||
Lang string `xml:"xml:lang,attr,omitempty"`
|
||||
|
||||
Confir *Confirm `xml:"confirm"` // XEP-0070
|
||||
Confirm *Confirm `xml:"confirm"` // XEP-0070
|
||||
|
||||
Active *Active `xml:"active"` // XEP-0085
|
||||
Composing *Composing `xml:"composing"` // XEP-0085
|
||||
|
|
|
|||
Loading…
Reference in New Issue