Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2015-09-04 13:42:53 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2015-09-04 13:42:53 +0300
commitf56a9e400dd1857484c9898f0b746f0a44ad2ac8 (patch)
tree686acb299b0d67528fa11d531c9538b544ac9fa3 /include
parent5095fdb6b0ae6e227a907ac690447cbc353d82e9 (diff)
Pass stream management options defined in http listener to http-bind and websocket
Diffstat (limited to 'include')
-rw-r--r--include/ejabberd_http.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ejabberd_http.hrl b/include/ejabberd_http.hrl
index 50c9d4ad7..404427d7f 100644
--- a/include/ejabberd_http.hrl
+++ b/include/ejabberd_http.hrl
@@ -45,4 +45,5 @@
headers = [] :: [{atom() | binary(), binary()}],
local_path = [] :: [binary()],
q = [] :: [{binary() | nokey, binary()}],
- buf :: binary()}).
+ buf :: binary(),
+ http_opts = [] :: list()}).