diff options
author | Christopher tofu Zorn <tofu@stanziq.com> | 2010-05-05 16:17:31 -0400 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-05-20 20:32:07 +0200 |
commit | 5ea9a0ddb7a5be06778ee2ba3eea639bda00ce68 (patch) | |
tree | 7820528bf2b7547252f659371be347c81b1ba833 /src | |
parent | fix 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.erl | 6 |
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"). |