Army chief, South African counterpart discuss cooperation

Army chief, South African counterpart discuss cooperation
Chairman of the Joint Chiefs of Staff Maj. Gen. Yousef Ahmed Huneiti on Tuesday receives Chief of the South African National Defence Force Gen. Rudzani Maphwanya (Petra photo)

AMMAN — Chairman of the Joint Chiefs of Staff Maj. Gen. Yousef Ahmed Huneiti on Tuesday received Chief of the South African National Defence Force Gen. Rudzani Maphwanya and his accompanying delegation.

A formal military reception was held in honour of the visiting general, including an inspection of the guard of honour, according to a statement from the Jordan Armed Forces-Arab Army (JAF).

The meeting was attended by the South African ambassador to Jordan, the defence attaché, and several senior JAF officers. Discussions focused on bolstering military cooperation between the two countries, with particular emphasis on joint training, capacity building, and the exchange of expertise. Both sides also reviewed regional and international developments of mutual concern, as well as current security challenges.

The commanders also participated in several military briefings highlighting potential areas for enhanced cooperation aimed at advancing coordination and fulfilling shared strategic objectives between the two friendly armed forces.

Huneiti underscored the importance of the defence partnership between Jordan and South Africa, stressing the need for continued collaboration to strengthen both armies’ capabilities and readiness.

Maphwanya praised the professionalism of the Jordanian Armed Forces and commended their active role in supporting regional security, stability, and humanitarian efforts.

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