Versions in this module Expand all Collapse all v0 v0.22.0 Sep 23, 2024 v0.21.4 Jan 11, 2023 GO-2024-3157 GO-2024-3157: Mellium allows Authentication Bypass by Spoofing in mellium.im/xmpp v0.21.3 Aug 18, 2022 GO-2024-3157 GO-2024-3157: Mellium allows Authentication Bypass by Spoofing in mellium.im/xmpp v0.21.2 Apr 7, 2022 GO-2024-3157 GO-2024-3157: Mellium allows Authentication Bypass by Spoofing in mellium.im/xmpp v0.21.1 Feb 11, 2022 GO-2024-3157 GO-2024-3157: Mellium allows Authentication Bypass by Spoofing in mellium.im/xmpp v0.21.0 Feb 8, 2022 GO-2022-0370 +1 more GO-2022-0370: Man-in-the-middle attack due to improper validation of certificate in mellium.im/xmpp GO-2024-3157: Mellium allows Authentication Bypass by Spoofing in mellium.im/xmpp v0.20.0 Sep 26, 2021 GO-2022-0370 +1 more GO-2022-0370: Man-in-the-middle attack due to improper validation of certificate in mellium.im/xmpp GO-2024-3157: Mellium allows Authentication Bypass by Spoofing in mellium.im/xmpp Changes in this version + const NS + var Feature = info.Feature + type Actions uint8 + const Complete + const Execute + const Next + const Prev + func (a *Actions) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (a Actions) MarshalXML(e *xml.Encoder, _ xml.StartElement) error + func (a Actions) TokenReader() xml.TokenReader + func (a Actions) WriteXML(w xmlstream.TokenWriter) (n int, err error) + func (i Actions) String() string + type Command struct + Action string + JID jid.JID + Name string + Node string + SID string + func (c Command) Execute(ctx context.Context, payload xml.TokenReader, s *xmpp.Session) (Response, xmlstream.TokenReadCloser, error) + func (c Command) ExecuteIQ(ctx context.Context, iq stanza.IQ, payload xml.TokenReader, s *xmpp.Session) (resp Response, respPayload xmlstream.TokenReadCloser, err error) + func (c Command) ForEach(ctx context.Context, payload xml.TokenReader, s *xmpp.Session, ...) error + func (c Command) MarshalXML(e *xml.Encoder, _ xml.StartElement) error + func (c Command) TokenReader() xml.TokenReader + func (c Command) WriteXML(w xmlstream.TokenWriter) (n int, err error) + type Iter struct + func Fetch(ctx context.Context, to jid.JID, s *xmpp.Session) Iter + func FetchIQ(ctx context.Context, iq stanza.IQ, s *xmpp.Session) Iter + func (i Iter) Command() Command + type Note struct + Type NoteType + Value string + XMLName xml.Name + func (n Note) MarshalXML(e *xml.Encoder, _ xml.StartElement) error + func (n Note) TokenReader() xml.TokenReader + func (n Note) WriteXML(w xmlstream.TokenWriter) (int, error) + type NoteType int8 + const NoteError + const NoteInfo + const NoteWarn + func (i NoteType) String() string + func (n *NoteType) UnmarshalXMLAttr(attr xml.Attr) error + func (n NoteType) MarshalXMLAttr(name xml.Name) (xml.Attr, error) + type Response struct + Node string + SID string + Status string + func (r Response) Cancel() Command + func (r Response) Complete() Command + func (r Response) MarshalXML(e *xml.Encoder, _ xml.StartElement) error + func (r Response) Next() Command + func (r Response) Prev() Command + func (r Response) TokenReader() xml.TokenReader + func (r Response) WriteXML(w xmlstream.TokenWriter) (n int, err error)