I have prosody for quite some time on private range behind haproxy, perfect for just some internal chat stuff. I was thinking of allowing messages to external domains.
But these fail because there is nothing allowing the outgoing connection. I am getting such messages
prosody[1766747]: s2sout7f079fae3f80: Sending error replies for 1 queued stanzas because of failed outgoing connect
I was wondering if I could use your module mod_s2s_outgoing_proxy.lua to get an outgoing connection via a socks proxy that I already have?
I have prosody for quite some time on private range behind haproxy, perfect for just some internal chat stuff. I was thinking of allowing messages to external domains.
But these fail because there is nothing allowing the outgoing connection. I am getting such messages
prosody[1766747]: s2sout7f079fae3f80: Sending error replies for 1 queued stanzas because of failed outgoing connectI was wondering if I could use your module mod_s2s_outgoing_proxy.lua to get an outgoing connection via a socks proxy that I already have?