Now that group texting is supported via XEP-0033 (per a91a575) we are
removing the old way of doing group texting, which effectively reverts
6de670f and then 96856c7. We won't be supporting both ways of group
texting going forward, so delete this to avoid future confusion.
@@ -381,21 +381,6 @@ module SGXbwmsgsv2
if is_anonymous_tel?(num_dest)
EMPromise.reject([:cancel, 'gone'])
else
- numbers = num_dest.split(',')- if numbers.length > 1- # TODO: validate each element of numbers-- if numbers.sort != numbers- # TODO: send regular msg re err-- # TODO: sorted JID in gone body- next EMPromise.reject([:cancel,- 'gone'])- end-- next numbers- end-
# TODO: text re num not (yet) supportd/implmentd
EMPromise.reject([:cancel, 'item-not-found'])
end