mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Move copyright definition to ejabberd.hrl
This commit is contained in:
parent
6f2f1e87c9
commit
5d434c1aea
10 changed files with 36 additions and 17 deletions
|
@ -268,10 +268,9 @@ iq_disco_info(From, Lang, State) ->
|
|||
|
||||
iq_vcard(Lang) ->
|
||||
Desc = translate:translate(Lang, <<"ejabberd Multicast service">>),
|
||||
Copyright = <<"Copyright (c) 2002-2016 ProcessOne">>,
|
||||
#vcard_temp{fn = <<"ejabberd/mod_multicast">>,
|
||||
url = ?EJABBERD_URI,
|
||||
desc = <<Desc/binary, $\n, Copyright/binary>>}.
|
||||
desc = <<Desc/binary, $\n, ?COPYRIGHT>>}.
|
||||
|
||||
%%%-------------------------
|
||||
%%% Route
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue