Jordan’s history as refugee host entitles it to be peacemaker, senator says

AMMAN — Peacemaking should be at the heart of the mindset working to counter the spread of violence in the Middle East and the world, participants said at a conference that concluded on Thursday.

Unless peace becomes a mindset and the cornerstone of all efforts, then the pursuit of peacebuilding will be empty words and actions, Senator Sawsan Majali said at the conference, organised by the Royal Institute for Inter-faith Studies and the Mennonite Central Committee (MCC).

“Peacebuilding’s aim is to resolve and transform central aspects of conflict through diplomacy, civil society-led peace processes and informal dialogue and mediation,” Majali said.

Because of the wars Jordan fought, and the waves of refugees the country has hosted, the senator said that this has entitled the Kingdom to take on the role of a peacebuilder.

“Peace is what Jordanians practise and live every day,” said Majali.

She told The Jordan Times on the sideline of the conference that society’s different sectors should build on Jordan’s experience to create a culture of peacebuilding, put it into practice, and start helping those in need.

“We in Jordan are very lucky to have stability; we have to make sure to maintain it and help our neighbouring countries,”
she added.

Majali noted that stability is sustained only through good governance, by ensuring that people know and respect the law and that the law is applied equally to all.

MCC Representative in Jordan, Iraq and Iran Josh McCormick said peace building starts within societies themselves by building and strengthening relations among their members, and among communities who seek peacebuilding.

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