mod_saslauth: Marked the im-session stream feature as optional. This allows smart clients to save a round trip.

This commit is contained in:
Waqas Hussain 2009-10-18 18:48:34 +05:00
parent 934db1b404
commit cd2d2e8037

View file

@ -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);