Safadi joins OIC foreign ministers meeting to address regional escalation, Gaza crisis

Safadi joins OIC foreign ministers meeting to address regional escalation, Gaza crisis
Deputy Prime Minister and Foreign Minister Ayman Safadi (4th L first row) poses with his counterparts for the family photo during the 51st session of the Council of Foreign Ministers of the Organization of Islamic Cooperation (OIC) in Istanbul, on June 21, 2025 (AFP photo)

Foreign minister urges ‘collective’ action to end aggression, achieve comprehensive de-escalation


AMMAN — Deputy Prime Minister and Foreign Minister Ayman Safadi on Saturday took part in the 51st session of the Council of Foreign Ministers of the Organisation of Islamic Cooperation (OIC), held under the theme "The OIC in a Changing World".

The meeting discussed ways to unite efforts to halt the dangerous escalation in the region caused by the Israeli aggression against Iran, which threatens regional security and stability, according to a Foreign Ministry statement.

The discussions also stressed the urgent need to end Israel’s assault on Gaza and ensure the delivery of aid into the besieged Strip, which is facing an unprecedented humanitarian catastrophe exacerbated by the ongoing attacks.

Safadi, who on Friday chaired an extraordinary session of the Arab League convened at Iraq’s request to address the repercussions of the Israeli aggression against Iran, reiterated Jordan’s position calling for collective action to end the aggression and regional escalation, and to achieve a comprehensive de-escalation.

He stressed that this cannot be achieved without halting the Israeli aggression on Gaza, ending illegal measures in the occupied West Bank, and stopping attacks on Syria and Lebanon.

Safadi reiterated that the only path to achieving security, stability, and peace in the region lies in ending the occupation and implementing the two-state solution in accordance with international legitimacy and the Arab Peace Initiative.

On the sidelines of the meeting, Safadi held talks with several counterparts from Arab and Islamic states, including Algeria’s Minister of Foreign Affairs and National Community Abroad Ahmed Attaf, Syria’s Foreign Minister Asaad Shaibani, Iran’s Foreign Minister Abbas Araghchi, Azerbaijan’s Foreign Minister Jeyhun Bayramov, and Uzbekistan’s Foreign Minister Bakhtiyor Saidov.

.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'); }); }); });