diff options
author | Christopher tofu Zorn <tofu@stanziq.com> | 2010-05-05 16:27:58 -0400 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-05-20 20:45:37 +0200 |
commit | 08f1f55e0c72f853b704bd77f1d56a0bebd8b4eb (patch) | |
tree | 04595814a6f1c9e722eb99b971b410da8421c0c4 /src | |
parent | expose more functions so developers can implement prebinding methods (diff) |
typo on exported function
Diffstat (limited to 'src')
-rw-r--r-- | src/web/ejabberd_http_bind.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl index 7d6643a2e..ef3046fe3 100644 --- a/src/web/ejabberd_http_bind.erl +++ b/src/web/ejabberd_http_bind.erl @@ -34,7 +34,7 @@ close/1, start/4, handle_session_start/8, - handle_http_put/4, + handle_http_put/7, http_put/7, http_get/2, prepare_response/4, |