Fix typo on Confirm message.

This commit is contained in:
Chteufleur 2017-03-21 22:18:23 +01:00
parent 3125d02cf6
commit b32173d11e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ type Message struct {
Error *Error `xml:"error"` Error *Error `xml:"error"`
Lang string `xml:"xml:lang,attr,omitempty"` 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 Active *Active `xml:"active"` // XEP-0085
Composing *Composing `xml:"composing"` // XEP-0085 Composing *Composing `xml:"composing"` // XEP-0085