aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-04-14 01:00:14 +0200
committerBadlop <badlop@process-one.net>2010-04-28 20:06:27 +0200
commit2a99af8cceeb457e14e01ce38f9456c7234bfa8c (patch)
tree2590e9e78628f60e9bf6a6a506dab3b200e24bae /src/mod_muc
parentReduce verbosity of log when captcha_cmd is checked but not configured. (diff)
Rename some JEP references to XEP
Diffstat (limited to 'src/mod_muc')
-rw-r--r--src/mod_muc/mod_muc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc.erl b/src/mod_muc/mod_muc.erl
index 96d62664f..f79f4cd24 100644
--- a/src/mod_muc/mod_muc.erl
+++ b/src/mod_muc/mod_muc.erl
@@ -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>
%%%
%%%