UN resolution reflects Jordan keenness on Yemen stability — envoy

AMMAN — Jordan’s permanent representative at the United Nations, Dina Kawar, on Sunday welcomed the UN Security Council resolution on Yemen, saying that it reflected the Kingdom’s keenness to restore security and stability in Yemen as soon as possible.

In a speech delivered at the UN, Kawar said that developments in Yemen led to the creation of a massive political and security vacuum and an accelerated deterioration of the conditions there, adding that without the international community’s engagement, the situation could result in grave consequences.

Unanimously adopting a new resolution in an evening session on Sunday, the UN Security Council expressed alarm at the acts of violence committed by the Houthis and their supporters, which have undermined the political transition process in Yemen, and jeopardised the country's stability and unity, demanding that all Yemeni “parties cease all armed hostilities against the people and the legitimate authorities of Yemen”.

The unanimous adoption of the resolution conveyed a significant message that should be taken seriously by all parties, Kawar noted.

Acting on a Jordan and UK-led text, the Security Council “deplored the unilateral actions taken by the Houthis to dissolve parliament and take over Yemen’s government institutions”, and reiterated its call for all Yemeni parties to adhere to resolving differences through dialogue and consultation.

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