mod_saslauth: Only announce bind feature if no resource yet bound

It's now possible to bind during SASL2 negotiation.
This commit is contained in:
Matthew Wild 2022-09-03 21:19:00 +01:00
parent 928fe5d059
commit 5eef82fdcf

View file

@ -352,7 +352,7 @@ module:hook("stream-features", function(event)
authmod, available_disabled);
end
else
elseif not session.full_jid then
features:tag("bind", bind_attr):tag("required"):up():up();
features:tag("session", xmpp_session_attr):tag("optional"):up():up();
end