]> granicus.if.org Git - ejabberd/commitdiff
Rename some JEP references to XEP
authorBadlop <badlop@process-one.net>
Tue, 13 Apr 2010 23:00:14 +0000 (01:00 +0200)
committerBadlop <badlop@process-one.net>
Wed, 28 Apr 2010 18:06:27 +0000 (20:06 +0200)
src/adhoc.erl
src/mod_adhoc.erl
src/mod_last.erl
src/mod_last_odbc.erl
src/mod_muc/mod_muc.erl
src/web/ejabberd_http_poll.erl

index 45574e23018161064f9226416f314fb94ed38693..96669d237e86d314d506a35498a1fc47ee520e9e 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : adhoc.erl
 %%% Author  : Magnus Henoch <henoch@dtek.chalmers.se>
-%%% Purpose : Provide helper functions for ad-hoc commands (JEP-0050)
+%%% Purpose : Provide helper functions for ad-hoc commands (XEP-0050)
 %%% Created : 31 Oct 2005 by Magnus Henoch <henoch@dtek.chalmers.se>
 %%%
 %%%
index c9fcc598e762d7c8205b475f155614a84cb4ffcf..cdfd6845a1202ecb87e013361015b6c038b9c901 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_adhoc.erl
 %%% Author  : Magnus Henoch <henoch@dtek.chalmers.se>
-%%% Purpose : Handle incoming ad-doc requests (JEP-0050)
+%%% Purpose : Handle incoming ad-doc requests (XEP-0050)
 %%% Created : 15 Nov 2005 by Magnus Henoch <henoch@dtek.chalmers.se>
 %%%
 %%%
index bb97effbaa279284dc3958b6f6ae00a20271d0b0..73d908f8dfefe2132dd03b69704ff6ed5adb03f1 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_last.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : jabber:iq:last support (JEP-0012)
+%%% Purpose : jabber:iq:last support (XEP-0012)
 %%% Created : 24 Oct 2003 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index b66480e293bbada60207cf1950525231ef50bbc5..5d6aac2b116ec01839f87e9f8afc399c2c52483d 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_last_odbc.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : jabber:iq:last support (JEP-0012)
+%%% Purpose : jabber:iq:last support (XEP-0012)
 %%% Created : 24 Oct 2003 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index 96d62664f7d1f8d1e9583178e56b263aa6cb668d..f79f4cd24ca85451da89f9af66af632ef68e3ec4 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : mod_muc.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : MUC support (JEP-0045)
+%%% Purpose : MUC support (XEP-0045)
 %%% Created : 19 Mar 2003 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index bd7b8bd0ebbfd7fe6500cc90047e9f6e5348ed19..0bdbc6287513e3897262383cbeb3940f02112591 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_http_poll.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : HTTP Polling support (JEP-0025)
+%%% Purpose : HTTP Polling support (XEP-0025)
 %%% Created :  4 Mar 2004 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%