From 34b28d46897f475753ee5726205094cdd42acc22 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Thu, 16 Oct 2014 13:49:19 +0200 Subject: [PATCH] Update ejabberd_http header from ejabberd master --- ejabberd-dev/include/ejabberd_http.hrl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ejabberd-dev/include/ejabberd_http.hrl b/ejabberd-dev/include/ejabberd_http.hrl index 542dc0c..fd956f0 100644 --- a/ejabberd-dev/include/ejabberd_http.hrl +++ b/ejabberd-dev/include/ejabberd_http.hrl @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% ejabberd, Copyright (C) 2002-2013 ProcessOne +%%% ejabberd, Copyright (C) 2002-2014 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as @@ -12,10 +12,9 @@ %%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU %%% General Public License for more details. %%% -%%% You should have received a copy of the GNU General Public License -%%% along with this program; if not, write to the Free Software -%%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -%%% 02111-1307 USA +%%% You should have received a copy of the GNU General Public License along +%%% with this program; if not, write to the Free Software Foundation, Inc., +%%% 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. %%% %%%---------------------------------------------------------------------- @@ -32,5 +31,6 @@ host = <<"">> :: binary(), port = 5280 :: inet:port_number(), tp = http, % :: protocol(), + opts = [] :: list(), headers = [] :: [{atom() | binary(), binary()}]}).