King meets with military retirees, welcomes US-led regional de-escalation efforts

King meets with military retirees, welcomes US-led regional de-escalation efforts
His Majesty King Abdullah meets on Tuesday with a group of military retirees at Al Husseiniya Palace, where he discusses with them a number of local and regional issues (Photo courtesy of Royal Court)

AMMAN — His Majesty King Abdullah met with a group of military retirees at Al Husseiniya Palace on Tuesday, where he discussed with them a number of local and regional issues.

During the meeting, His Majesty said that he welcomes the United States’ de-escalation efforts in the region, expressing hope that all parties will commit to a ceasefire in order to restore security and stability to the region, according to a Royal Court statement.

The King reiterated the need to step up international efforts to stop the war on Gaza, ensure the delivery of sufficient aid to the Strip, and stop the dangerous escalations in the West Bank and Jerusalem.

His Majesty highlighted Jordan’s continued efforts to liaise with friendly nations and active partners to work toward comprehensive calm in the region, stressing the need to respect the sovereignty of states and abide by international law, the statement said.

The King reiterated that maintaining Jordan’s security and the safety of its citizens is a top priority.

His Majesty also noted that Jordan continues its efforts to fight terrorism and extremism, in coordination with friendly and brotherly nations.

The King expressed pride in his brothers-in-arms and their dedication and sacrifice in defence of Jordan, noting their important role in bolstering national spirit.

For their part, the attendees expressed appreciation of His Majesty’s firm stances and efforts to protect Jordan and its citizens, stressing that the Kingdom will remain as stalwart as ever in spite of regional tensions.

The attendees also praised the steady strides that Jordan is making, under the leadership of the King, to advance modernisation and capacity building efforts,

Royal Hashemite Court Chief Yousef Issawi, Director of the Office of His Majesty Alaa Batayneh, Chairman of the Joint Chiefs of Staff Maj. Gen. Yousef Huneiti, General Intelligence Department Director Maj. Gen. Ahmad Husni, and Public Security Directorate Director Maj. Gen. Obaidallah Maaytah attended the meeting.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.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'); }); }); });