diff options
author | Alexey Shchepin <alexey@process-one.net> | 2005-01-13 23:04:47 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2005-01-13 23:04:47 +0000 |
commit | 36afafb9e6ab5842de928439427f05a8a33042a6 (patch) | |
tree | 7bc6745b474feaa9e747b6995847bae303f62822 /src/mod_muc/mod_muc.erl | |
parent | * src/odbc/ejabberd_odbc.erl: Load-balance ODBC requests between (diff) |
* src/mod_irc/mod_irc_connection.erl: Added filtering of quit
status
* src/web/ejabberd_web_admin.erl: Copyright update
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_irc/mod_irc.erl: Likewise
SVN Revision: 296
Diffstat (limited to 'src/mod_muc/mod_muc.erl')
-rw-r--r-- | src/mod_muc/mod_muc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc.erl b/src/mod_muc/mod_muc.erl index 81fd87c9c..b7f5862b8 100644 --- a/src/mod_muc/mod_muc.erl +++ b/src/mod_muc/mod_muc.erl @@ -444,7 +444,7 @@ iq_get_vcard(Lang) -> "http://ejabberd.jabberstudio.org/"}]}, {xmlelement, "DESC", [], [{xmlcdata, translate:translate(Lang, "ejabberd MUC module\n" - "Copyright (c) 2003-2004 Alexey Shchepin")}]}]. + "Copyright (c) 2003-2005 Alexey Shchepin")}]}]. broadcast_service_message(Msg) -> |