mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip.
This commit is contained in:
parent
934db1b404
commit
cd2d2e8037
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ module:add_event_hook("stream-features",
|
|||
features:up();
|
||||
else
|
||||
features:tag("bind", bind_attr):tag("required"):up():up();
|
||||
features:tag("session", xmpp_session_attr):up();
|
||||
features:tag("session", xmpp_session_attr):tag("optional"):up():up();
|
||||
end
|
||||
end);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue