aboutsummaryrefslogtreecommitdiff
path: root/src/mod_delegation.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-13 16:46:04 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-11-13 16:46:04 +0300
commit13d5da4da6f02b9fc6816083a5b1f615ad45e023 (patch)
treee8daef22305ca856e42f464f23f3fd6015d36d99 /src/mod_delegation.erl
parentMake xref working again if elixir is disabled (diff)
Add some copyright notices
Diffstat (limited to 'src/mod_delegation.erl')
-rw-r--r--src/mod_delegation.erl29
1 files changed, 24 insertions, 5 deletions
diff --git a/src/mod_delegation.erl b/src/mod_delegation.erl
index 56908d9d1..5f9fafc45 100644
--- a/src/mod_delegation.erl
+++ b/src/mod_delegation.erl
@@ -1,13 +1,32 @@
%%%-------------------------------------------------------------------
-%%% @author Evgeny Khramtsov <ekhramtsov@process-one.net>
-%%% @copyright (C) 2016, Evgeny Khramtsov
-%%% @doc
+%%% File : mod_delegation.erl
+%%% Author : Anna Mukharram <amuhar3@gmail.com>
+%%% Purpose : XEP-0355: Namespace Delegation
+%%%
+%%%
+%%% ejabberd, Copyright (C) 2002-2016 ProcessOne
+%%%
+%%% This program is free software; you can redistribute it and/or
+%%% modify it under the terms of the GNU General Public License as
+%%% published by the Free Software Foundation; either version 2 of the
+%%% License, or (at your option) any later version.
+%%%
+%%% This program is distributed in the hope that it will be useful,
+%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+%%% General Public License for more details.
+%%%
+%%% You should have received a copy of the GNU General Public License along
+%%% with this program; if not, write to the Free Software Foundation, Inc.,
+%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
%%%
-%%% @end
-%%% Created : 10 Nov 2016 by Evgeny Khramtsov <ekhramtsov@process-one.net>
%%%-------------------------------------------------------------------
-module(mod_delegation).
+-author('amuhar3@gmail.com').
+
+-protocol({xep, 0355, '0.3'}).
+
-behaviour(gen_server).
-behaviour(gen_mod).