Skip to content

Instantly share code, notes, and snippets.

@thepug
Created April 22, 2011 14:35
Show Gist options
  • Save thepug/936790 to your computer and use it in GitHub Desktop.
Save thepug/936790 to your computer and use it in GitHub Desktop.
export functions for ejabberd_http_bind.erl
%% External exports
-export([start_link/3,
init/1,
handle_event/3,
handle_sync_event/4,
code_change/4,
handle_info/3,
terminate/3,
send/2,
send_xml/2,
sockname/1,
peername/1,
setopts/2,
controlling_process/2,
become_controller/2,
custom_receiver/1,
reset_stream/1,
change_shaper/2,
monitor/1,
close/1,
start/4,
handle_session_start/8,
handle_http_put/7,
http_put/7,
http_get/2,
prepare_response/4,
process_request/2]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment