aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher tofu Zorn <tofu@stanziq.com>2010-06-11 13:28:15 -0400
committerBadlop <badlop@process-one.net>2010-11-29 20:05:39 +0100
commitf2231a2282985fe54b572dcf668e18a9ef754648 (patch)
treea6ee5ae1126ad9a13a4e158a291b9dc49bc05638
parentadd 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.erl1
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,