From d036802891cc427c833cda186fc578b46e630c00 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 16 Jun 2009 17:46:16 +0000 Subject: [PATCH] Remove Erlang module attribute 'vsn' because it does not provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 2232 --- src/web/ejabberd_http_bind.erl | 3 +-- src/web/mod_http_bind.erl | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl index 8c3826d91..19331c5ac 100644 --- a/src/web/ejabberd_http_bind.erl +++ b/src/web/ejabberd_http_bind.erl @@ -4,12 +4,11 @@ %%% Purpose : Implements XMPP over BOSH (XEP-0205) (formerly known as %%% HTTP Binding) %%% Created : 21 Sep 2005 by Stefan Strigler -%%% Id : $Id: ejabberd_http_bind.erl 431 2007-11-28 18:52:39Z badlop $ +%%% Id : $Id: ejabberd_http_bind.erl 440 2007-12-06 22:36:21Z badlop $ %%%---------------------------------------------------------------------- -module(ejabberd_http_bind). -author('steve@zeank.in-berlin.de'). --vsn('$Rev: 431 $ '). -behaviour(gen_fsm). diff --git a/src/web/mod_http_bind.erl b/src/web/mod_http_bind.erl index edd9fa08c..9f3dddbe6 100644 --- a/src/web/mod_http_bind.erl +++ b/src/web/mod_http_bind.erl @@ -3,7 +3,7 @@ %%% Author : Stefan Strigler %%% Purpose : Implementation of XMPP over BOSH (XEP-0206) %%% Created : Tue Feb 20 13:15:52 CET 2007 -%%% Id : $Id: mod_http_bind.erl 412 2007-11-15 10:10:09Z mremond $ +%%% Id : $Id: mod_http_bind.erl 440 2007-12-06 22:36:21Z badlop $ %%%---------------------------------------------------------------------- %%%---------------------------------------------------------------------- @@ -16,7 +16,6 @@ -author('steve@zeank.in-berlin.de'). -define(MOD_HTTP_BIND_VERSION, "1.2"). --vsn(?MOD_HTTP_BIND_VERSION). %%-define(ejabberd_debug, true).