#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)
wojciech.kapcia@tigase.net commented 2 years ago
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 ifto
address can be handled by Tigase (is local domain or component)