summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-10-03 18:53:55 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-10-04 12:49:12 +0400
commit1d782db84fd3a0a7351539315ab90e557b667dc1 (patch)
treefc8819dc9968ac22d8628ddf47632a18c5ef3a97 /include
parentMake directory creation more robust (diff)
Process XML-RPC requests via p1_xml and ejabberd_http
Diffstat (limited to 'include')
-rw-r--r--include/ejabberd_http.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ejabberd_http.hrl b/include/ejabberd_http.hrl
index 73f5aa96..fd956f08 100644
--- a/include/ejabberd_http.hrl
+++ b/include/ejabberd_http.hrl
@@ -31,5 +31,6 @@
host = <<"">> :: binary(),
port = 5280 :: inet:port_number(),
tp = http, % :: protocol(),
+ opts = [] :: list(),
headers = [] :: [{atom() | binary(), binary()}]}).