aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristopher tofu Zorn <tofu@stanziq.com>2010-05-05 16:17:31 -0400
committerBadlop <badlop@process-one.net>2010-05-20 20:32:07 +0200
commit5ea9a0ddb7a5be06778ee2ba3eea639bda00ce68 (patch)
tree7820528bf2b7547252f659371be347c81b1ba833 /src
parentfix EJAB-1233 on pubsub_odbc patch (diff)
expose more functions so developers can implement prebinding methods
Diffstat (limited to 'src')
-rw-r--r--src/web/ejabberd_http_bind.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl
index c971936db..7d6643a2e 100644
--- a/src/web/ejabberd_http_bind.erl
+++ b/src/web/ejabberd_http_bind.erl
@@ -32,6 +32,12 @@
change_shaper/2,
monitor/1,
close/1,
+ start/4,
+ handle_session_start/8,
+ handle_http_put/4,
+ http_put/7,
+ http_get/2,
+ prepare_response/4,
process_request/2]).
-include("ejabberd.hrl").