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
```
Zash
on
Thanks for the report. This is a community module, feel free to help improve the module.
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 ```
Thanks for the report. This is a community module, feel free to help improve the module.
Changes