diff options
Diffstat (limited to 'src/web/ejabberd_http.hrl')
-rw-r--r-- | src/web/ejabberd_http.hrl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/web/ejabberd_http.hrl b/src/web/ejabberd_http.hrl index c9ec0811c..c8f8a4e21 100644 --- a/src/web/ejabberd_http.hrl +++ b/src/web/ejabberd_http.hrl @@ -26,5 +26,9 @@ auth, lang = "", data = "", - ip + ip, + host, % string() + port, % integer() + tp, % transfer protocol = http | https + headers }). |