Foreign minister urges calm as Israel-Iran tensions rise

Foreign minister urges calm as Israel-Iran tensions rise
Deputy Prime Minister and Minister of Foreign Affairs Ayman Safadi (left) speaks during a joint press conference with German Foreign Minister Johann David Wadephul in Berlin (Photo courtesy of Foreign Ministry)

Safadi says ‘we are united in rejecting Iran's nuclear ambitions, condemn Israeli aggression’

AMMAN — Deputy Prime Minister and Minister of Foreign Affairs Ayman Safadi said on Wednesday that the top priority now must be to de-escalate rising tensions between Israel and Iran, warning that war would not bring security or peace to any party involved.

Speaking at a joint press conference with German Foreign Minister Johann David Wadephul in Berlin, Safadi cautioned that a military conflict between the two countries would spark broader instability across the Middle East, with potentially grave consequences for the entire world.

Safadi reaffirmed Jordan’s rejection of Israeli aggression against Iran, calling it a “blatant violation of international law and international legitimacy.”

“All of us agree that we do not want to see Iran acquire nuclear weapons,” Safadi said, reiterating Jordan’s consistent stance in favor of establishing a nuclear- and WMD-free zone in the Middle East.

He also highlighted the importance of reviving negotiations over Iran’s nuclear programme, urging a return to dialogue as a means to reduce tensions and address key regional issues fueling conflict.

Safadi underlined Jordan’s efforts, in collaboration with to Germany, the European Union, and the broader international community in to end cycles of violence and conflict in the region.

“The region is on the brink of a major explosion,” he warned.

While global attention is focused on the potential escalation between Israel and Iran, Safadi urged the international community not to lose sight of the daily bloodshed continuing in Gaza.

He also underscored the need to create conditions that would allow Syria’s new government to rebuild a safe, stable nation that poses no threat to its neighbors.

“We agreed with Germany to work jointly toward halting the escalation in the region,” Safadi said, reaffirming Jordan’s unwavering position on the urgent need to establish a nuclear-free Middle East.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });