To message a friend, you have to know which app they’re using. Someone might not respond to texts or Signal, but might be addicted to WhatsApp. The DMA, which is closer to becoming law after European authorities signed off on it last week, will require large messaging platforms like iMessage and WhatsApp to open up to smaller networks (if the platform requests it). That means your iMessage text could be received by someone who only uses Signal, for instance.
“The largest messaging services (such as [WhatsApp], Facebook Messenger or iMessage) will have to open up and interoperate with smaller messaging platforms, if they so request,” EU lawmakers agreed. “Users of small or big platforms would then be able to exchange messages, send files or make video calls across messaging apps, thus giving them more choice.”
Sounds great, right? Interoperability supporters are celebrating the new rules, but those advocates and security experts alike also have questions: How would this work, exactly? Where will user data be stored? What does this mean for end-to-end encryption?
Researcher Carla Griggio has studied interoperability at Aarhus University’s Department of Computer Science and said the DMA is essentially about letting users have the freedom to decide where they want to communicate without being cut off from the people who choose to use a different messaging platform.
“Having this law ask at least the biggest platforms to open up would allow you, for example, to choose to stop using WhatsApp if you wanted without being cut off from communication with the people that still choose to use WhatsApp,” she said.
But Griggio said it’s still unclear whether people will be able to control who reaches them where. “How are we still going to have control over where we communicate with whom?” she said.
There’s also a social component to making messaging platforms work seamlessly together, she said. iMessage, for instance, allows users to send stickers or animations, but it’s unclear whether those functionalities can be carried over when communicating with people on different apps. “If anything in the content of the conversation is not part of that contract between apps, for example stickers or voice messages, I don’t think that interoperability is going to work,” she said. “And it’s going to bring frustrations, miscommunication.”
The other big question is how end-to-end-encryption will work across all apps. Security experts are concerned it will need to be weakened or dropped for the sake of interoperability. Neil Brown, managing director of the internet-focused law firm decoded.legal, said requiring users to accept weaker security in order for platforms to remain interoperable “would seem counterintuitive.”
Brown said he could see platforms offering end-to-end encryption giving their users a heads-up if they’re working with platforms that do not offer the same.
“I would not be surprised that, if platforms offering end-to-end encryption were able to interoperate with platforms which do not, they would warn their users about the implications of those originating communications from a non-end-to-end encrypted platform,” he said.
There could be one way to allow for interoperability while circumventing these concerns about end-to-end encryption and data privacy, said Conrad Kramer, who has worked on Apple’s Shortcuts feature and co-founded Workflow. Kramer said companies like Apple, Meta and others could open their messaging service APIs to one central app. From there, users would be able to choose whether they want to send a message from iMessage or Signal or Messenger without opening those apps.
The rules may also have the effect of allowing Android users to finally have access to iMessage (though no word on whether the green and blue bubble divide will come to a close).
“[If] I am a smaller messaging app, and I would like to interoperate with WhatsApp and iMessage, those companies would be legally required to provide an API for my app to reach into and talk to the iMessage and WhatsApp networks,” he said.
In the case that abuse occurs through a messaging platform or the government needed messaging data for whatever reason, the network where the message traveled to would be responsible: “If you are using iMessage, and you message over the WhatsApp network to someone else on WhatsApp, the answer is Facebook because Facebook operates the network that the message traversed,” Kramer said.
Kramer said the main concern with encryption is that if the rules required the servers of Apple or Facebook to talk (or interoperate), then an iMessage going to WhatsApp would potentially need to be decrypted from iMessage and then re-encrypted for WhatsApp: “at which point that is breaking the encryption.” But it would be less of an issue if the message traveled through one network.
“In any model where the message traverses a single network, and it goes from one phone to another phone, the encryption would still preserved and not broken,” he said.
Regardless, platforms are going to need to cross engineering hurdles to make interoperability work. Apple is already worried the rules will create security vulnerabilities, while Google thinks they’ll hinder innovation.
“Requiring coordination between large tech companies is something that is very hard to do,” Kramer said. “They do not like each other, they do not work well together.”
But platforms will need to learn to play nice, because the rules will start to take effect later this year. From then on, platforms have staggered deadlines to meet different levels of interoperability.
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://securepubads.g.doubleclick.net/tag/js/gpt.js", function() {
});
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l="+l:"';j.async=true;j.src="https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TBZ76RQ');
var gotag = document.createElement('iframe'); gotag.src = "https://www.googletagmanager.com/ns.html?id=GTM-TBZ76RQ"; gotag.style.height = 0; gotag.style.width = 0; gotag.style.display = 'none';
document.body.appendChild(gotag); console.log('gtag appended')
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
console.log("script runs"); const subscribeForm = document.getElementById("mc-embedded-subscribe-form");
subscribeForm && subscribeForm.addEventListener("submit", (event) => { const errorTarget = document.getElementsByClassName('mce_inline_error'); const responseTarget = document.getElementsByClassName('response');
if (errorTarget.length > 0) {
console.log("errors test");
for (let i = 0; i < errorTarget.length; i++) {
if(!errorTarget[i].classList.contains('newsletter-element__input')) {
setTimeout(() => {
errorTarget[i].style.display = 'none';
}, 4000);
}
}
}
if (responseTarget) {
setTimeout(() => {
for (let i = 0; i < responseTarget.length; i++) {
responseTarget[i].style.display = 'none';
}
}, 4000);
}
}, false);
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
function mc_resp_0(a){a.style.display='none';a.removeAttribute("class");a.innerHTML='';}
document.querySelectorAll("form#MC").forEach(function(form){form.addEventListener("submit",function(e){e.preventDefault();if(document.querySelector('#MC_robot').value !==''){return false}var script = document.createElement('script');let email=form.querySelector('input#MC_email');script.src=this.action.replace('/post?','/post-json?')+'&EMAIL='+email.value;document.body.appendChild(script);var callback = 'callback';window[callback] = function(data) {delete window[callback];document.body.removeChild(script);
var parts = data.msg.split(' - ', 2);if (parts[1] === undefined) {msg = data.msg;} else {var i = parseInt(parts[0], 10);if (i.toString() === parts[0]) {index = parts[0];msg = parts[1];} else {index = -1;msg = data.msg;}}let resp=form.querySelector('#MC_resp');mc_resp_0(resp);resp.innerHTML=msg;if(data.result=='error'){resp.classList.add('bad');}else{resp.classList.add('good');email.value="";}
resp.style.display='inline-block';setTimeout(function(){mc_resp_0(resp)},3000);
console.log(data);}
})});
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
(function(d,s){var DID="b0bf7582-16c5-4fc1-a03f-8f705ea43617";var js,fjs=d.getElementsByTagName(s)[0];js=d.createElement(s);js.async=1;js.src="https://track.cbdatatracker.com/Home?v=3&id='"+DID+"'";fjs.parentNode.insertBefore(js,fjs);}(document,'script'))
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
!function(e,t,r,n){if(!e[n]){for(var a=e[n]=[],i=["survey","reset","config","init","set","get","event","identify","track","page","screen","group","alias"],s=0;s
var lastScrollTop = 0;
document.querySelector('.email-wrapper').parentNode.classList.add('sidebar-sticky');
window.addEventListener('scroll',function(){ var st = window.pageYOffset || document.documentElement.scrollTop; if(isInViewport(latestStories, false) && st > lastScrollTop){ console.log('I see it!'); document.querySelector('.email-wrapper').parentNode.classList.add('sidebar-unfixed');
} else if(isInViewport(latestStories, false) && st < lastScrollTop){ document.querySelector('.email-wrapper').parentNode.classList.remove('sidebar-unfixed'); } lastScrollTop = st <= 0 ? 0 : st; }); }); window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){ window.REBELMOUSE_STDLIB.loadExternalScript("https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js", function() { }); });