#1959 Handle SASL2 <abort/>

Reporter lissine
Owner Nobody
Created
Updated
Stars ★ (1)
Tags
  • Type-Defect
  • Compliance
  • Component-Community
  • Priority-Medium
  • Status-New
  1. lissine on

    From https://xmpp.org/extensions/xep-0388.html#sect-idm44986974523520: "Clients MAY abort unilaterally at any time before the authentication completed by sending an <abort/> element." Prosody doesn't handle the <abort /> element currently: ``` ​​Aug 31 19:38:47 c2s55fe28453130 info Client connected ​​Aug 31 19:38:47 c2s55fe28453130 info Stream encrypted (TLSv1.3 with TLS_AES_256_GCM_SHA384) ​​Aug 31 19:38:48 stanzarouter warn Unhandled c2s_unauthed stream element or stanza: abort; xmlns=urn:xmpp:sasl:2: <abort xmlns='urn:xmpp:sasl:2' xml:lang='en'/> ​​Aug 31 19:38:48 c2s55fe28453130 info Client disconnected: connection closed ```

  2. Zash on

    Thanks for the report. This is a community module, feel free to help improve the module.

    Changes
    • tags Component-Community

New comment

Not published. Used for spam prevention and optional update notifications.