aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-06-16 17:46:16 +0000
committerBadlop <badlop@process-one.net>2009-06-16 17:46:16 +0000
commitd036802891cc427c833cda186fc578b46e630c00 (patch)
tree92b99a48d7a279b4af7b7c87d1c5015b8b2c36b7
parentBugfix when table does not exist (thanks to Justin Kirby) (diff)
Remove Erlang module attribute 'vsn' because it does not provide any worth feature, and it difficults hot code update (EJAB-440)
SVN Revision: 2232
-rw-r--r--src/web/ejabberd_http_bind.erl3
-rw-r--r--src/web/mod_http_bind.erl3
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 <steve@zeank.in-berlin.de>
-%%% 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 <steve@zeank.in-berlin.de>
%%% 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).