#issue #1309 introduced problem where we didn't accept s2s without from, which is not exactly correct. What's more, we still don't correctly check if to address can be handled by Tigase (is local domain or component)
from
to
Added proper addressing validation in S2S connection and allow connections without 'from' set.
#issue #1309 introduced problem where we didn't accept s2s without
from, which is not exactly correct. What's more, we still don't correctly check iftoaddress can be handled by Tigase (is local domain or component)