diff options
author | Christopher tofu Zorn <tofu@stanziq.com> | 2010-06-11 13:28:15 -0400 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-11-29 20:05:39 +0100 |
commit | f2231a2282985fe54b572dcf668e18a9ef754648 (patch) | |
tree | a6ee5ae1126ad9a13a4e158a291b9dc49bc05638 | |
parent | add the ability to send raw xml packets over http bind (diff) |
expose find_connection for routing in other modules (if needed)
-rw-r--r-- | src/ejabberd_s2s.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ejabberd_s2s.erl b/src/ejabberd_s2s.erl index 4d32ef66d..884ae0a53 100644 --- a/src/ejabberd_s2s.erl +++ b/src/ejabberd_s2s.erl @@ -37,6 +37,7 @@ get_connections_pids/1, try_register/1, remove_connection/3, + find_connection/2, dirty_get_connections/0, allow_host/2, incoming_s2s_number/0, |