diff options
author | Tobias Markmann <tm@ayena.de> | 2009-08-12 20:03:58 +0200 |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2009-08-12 20:03:58 +0200 |
commit | f8e114fc45beb5935b27a537a91e01063617109a (patch) | |
tree | 4597af8340394f1d0744340cf2e99eb6c0a20864 /plugins/mod_roster.lua | |
parent | 158d975fa11fc6a655d6152b0f891c6963bd1881 (diff) | |
download | prosody-f8e114fc45beb5935b27a537a91e01063617109a.tar.gz prosody-f8e114fc45beb5935b27a537a91e01063617109a.zip |
Removing tabs at the end of a line.
Diffstat (limited to 'plugins/mod_roster.lua')
-rw-r--r-- | plugins/mod_roster.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_roster.lua b/plugins/mod_roster.lua index 8f25ed64..7ca22aa1 100644 --- a/plugins/mod_roster.lua +++ b/plugins/mod_roster.lua @@ -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 |