forked from jshiffer/go-xmpp
Refactor / clean up registry
This commit is contained in:
committed by
Mickaël Rémond
parent
836e723273
commit
7a4364be95
@@ -105,14 +105,12 @@ type auth struct {
|
||||
}
|
||||
|
||||
type BindBind struct {
|
||||
IQPayload
|
||||
XMLName xml.Name `xml:"urn:ietf:params:xml:ns:xmpp-bind bind"`
|
||||
Resource string `xml:"resource,omitempty"`
|
||||
Jid string `xml:"jid,omitempty"`
|
||||
}
|
||||
|
||||
func (*BindBind) IsIQPayload() {
|
||||
}
|
||||
|
||||
// Session is obsolete in RFC 6121.
|
||||
// Added for compliance with RFC 3121.
|
||||
// Remove when ejabberd purely conforms to RFC 6121.
|
||||
|
||||
Reference in New Issue
Block a user