aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_roster.lua
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2009-08-12 20:03:58 +0200
committerTobias Markmann <tm@ayena.de>2009-08-12 20:03:58 +0200
commitf8e114fc45beb5935b27a537a91e01063617109a (patch)
tree4597af8340394f1d0744340cf2e99eb6c0a20864 /plugins/mod_roster.lua
parent158d975fa11fc6a655d6152b0f891c6963bd1881 (diff)
downloadprosody-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.lua2
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