mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Remove some old unused (and empty) functions from s2smanager
This commit is contained in:
parent
50e328e87f
commit
b06c5faec4
1 changed files with 0 additions and 7 deletions
|
@ -28,9 +28,6 @@ local srvmap = { ["gmail.com"] = "talk.google.com", ["identi.ca"] = "longlance.c
|
|||
|
||||
module "s2smanager"
|
||||
|
||||
function connect_host(from_host, to_host)
|
||||
end
|
||||
|
||||
function send_to_host(from_host, to_host, data)
|
||||
local host = hosts[from_host].s2sout[to_host];
|
||||
if host then
|
||||
|
@ -67,10 +64,6 @@ function send_to_host(from_host, to_host, data)
|
|||
end
|
||||
end
|
||||
|
||||
function disconnect_host(host)
|
||||
|
||||
end
|
||||
|
||||
local open_sessions = 0;
|
||||
|
||||
function new_incoming(conn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue