aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_stun.erl
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-11-10 17:51:22 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-11-10 17:51:22 +0100
commit5c6a37b20f1552bf37149c4af1a3f68000036b6d (patch)
treed6cc21398ae086261a28db1e9a12a17a69b73f70 /src/ejabberd_stun.erl
parentAdd forgotten type specs (diff)
Cleanup some headers
Diffstat (limited to 'src/ejabberd_stun.erl')
-rw-r--r--src/ejabberd_stun.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ejabberd_stun.erl b/src/ejabberd_stun.erl
index 35a04ce45..8228a2577 100644
--- a/src/ejabberd_stun.erl
+++ b/src/ejabberd_stun.erl
@@ -20,8 +20,9 @@
%%% 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.
-
+%%%
%%%-------------------------------------------------------------------
+
-module(ejabberd_stun).
-protocol({rfc, 5766}).