mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
Fix ProcessOne name in comments.
SVN Revision: 2724
This commit is contained in:
parent
24323e8b3b
commit
b9f911554c
@ -22,7 +22,7 @@
|
|||||||
%%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
%%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
%%% 02111-1307 USA
|
%%% 02111-1307 USA
|
||||||
%%%
|
%%%
|
||||||
%%% 2009, improvements from Process-One to support correct PEP handling
|
%%% 2009, improvements from ProcessOne to support correct PEP handling
|
||||||
%%% through s2s, use less memory, and speedup global caps handling
|
%%% through s2s, use less memory, and speedup global caps handling
|
||||||
%%%----------------------------------------------------------------------
|
%%%----------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1205,7 +1205,7 @@ iq_get_vcard(Lang) ->
|
|||||||
[{xmlcdata,
|
[{xmlcdata,
|
||||||
translate:translate(Lang,
|
translate:translate(Lang,
|
||||||
"ejabberd Publish-Subscribe module") ++
|
"ejabberd Publish-Subscribe module") ++
|
||||||
"\nCopyright (c) 2004-2009 Process-One"}]}].
|
"\nCopyright (c) 2004-2009 ProcessOne"}]}].
|
||||||
|
|
||||||
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang) ->
|
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang) ->
|
||||||
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang, all, plugins(ServerHost)).
|
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang, all, plugins(ServerHost)).
|
||||||
|
@ -1011,7 +1011,7 @@ iq_get_vcard(Lang) ->
|
|||||||
[{xmlcdata,
|
[{xmlcdata,
|
||||||
translate:translate(Lang,
|
translate:translate(Lang,
|
||||||
"ejabberd Publish-Subscribe module") ++
|
"ejabberd Publish-Subscribe module") ++
|
||||||
"\nCopyright (c) 2004-2009 Process-One"}]}].
|
"\nCopyright (c) 2004-2009 ProcessOne"}]}].
|
||||||
|
|
||||||
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang) ->
|
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang) ->
|
||||||
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang, all, plugins(ServerHost)).
|
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang, all, plugins(ServerHost)).
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* ejabberd, Copyright (C) 2002-2009 Process-one
|
* ejabberd, Copyright (C) 2002-2009 ProcessOne
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
Loading…
Reference in New Issue
Block a user