From f8e114fc45beb5935b27a537a91e01063617109a Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Wed, 12 Aug 2009 20:03:58 +0200 Subject: Removing tabs at the end of a line. --- plugins/mod_roster.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3