Jordan reasserts support for Yemen legitimacy

Jordan reasserts support for Yemen legitimacy

Gov’t might exempt Yemeni guests from overstaying fines


AMMAN — Prime Minister Hani Mulki on Monday discussed bilateral relations with his Yemeni counterpart Ahmed Bin Daghr, the Jordan News Agency, Petra, reported.

During the meeting, attended by ministers from both countries, Mulki stressed Jordan's support to the legitimacy in Yemen and efforts exerted to restore its stability and security.

Mulki said that His Majesty King Abdullah emphasises in all international platforms Jordan’s support for a political solution to the crises in the region, including those in Yemen and Syria.

The premier described the political solution as the best to preserve Yemen's unity and the safety of its people in order to end the fighting raging there, highlighting the importance of implementing UN Security Council Resolution 2216 on Yemen that calls for serious negotiations to achieve peace there.

In this regard, Jordan followed up on the talks among Yemeni players hosted by Kuwait recently, voicing hope that the warring parties would reach an agreement to bring the fighting to an end and stressing the Kingdom's support for the Gulf initiative to solve the conflict.

For his part, Daghr briefed Mulki on the developments in Yemen, noting that peace is the end goal.

The two officials discussed bilateral relations regarding easing procedures of residency, study and medical treatment for Yemenis who are in Jordan, in addition to arrangements to hold the Jordanian-Yemeni higher committee meetings in the coming months.

Mulki promised to look into exempting Yemenis who have overstayed their visas from fines, under the condition that they leave the Kingdom immediately.

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