mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-30 16:36:29 +01:00
Fix ProcessOne name in comments.
SVN Revision: 2728
This commit is contained in:
parent
3ed3c94a15
commit
26cd3a78d2
@ -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
|
||||||
%%%----------------------------------------------------------------------
|
%%%----------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1239,7 +1239,7 @@ iq_get_vcard(Lang) ->
|
|||||||
[#xmlcdata{cdata = list_to_binary(
|
[#xmlcdata{cdata = list_to_binary(
|
||||||
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)).
|
||||||
|
@ -1047,7 +1047,7 @@ iq_get_vcard(Lang) ->
|
|||||||
[#xmlcdata{cdata = list_to_binary(
|
[#xmlcdata{cdata = list_to_binary(
|
||||||
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