mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Removing tabs at the end of a line.
This commit is contained in:
parent
158d975fa1
commit
f8e114fc45
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module:add_feature("jabber:iq:roster");
|
|||
|
||||
local rosterver_stream_feature = st.stanza("ver", {xmlns="urn:xmpp:features:rosterver"}):tag("optional"):up();
|
||||
module:add_event_hook("stream-features",
|
||||
function (session, features)
|
||||
function (session, features)
|
||||
if session.username then
|
||||
features:add_child(rosterver_stream_feature);
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue