Foreign minister, Finnish counterpart discuss bilateral ties, regional developments

Foreign minister, Finnish counterpart discuss bilateral ties, regional developments
Deputy Prime Minister and Foreign Minister Ayman Safadi on Tuesday holds talks with Finnish Foreign Minister Elina Valtonen (Petra photo)

AMMAN — Deputy Prime Minister and Foreign Minister Ayman Safadi on Tuesday held talks with Finnish Foreign Minister Elina Valtonen, focusing on boosting bilateral ties and addressing regional and international developments.

Safadi and Valtonen underlined the importance of enhancing cooperation across all sectors, both bilaterally and within the framework of the strategic partnership with the EU. The ministers also stressed the need to reinforce multilateral cooperation and uphold international law as a cornerstone of international stability, according to a Foreign Ministry statement.

The meeting included discussions on preparations for a high-level side event co-hosted by Jordan and Finland during the upcoming 80th session of the United Nations General Assembly. The event will commemorate the 10th anniversary of UN Security Council Resolution 2250 on Youth, Peace, and Security, an initiative spearheaded by HRH Crown Prince Hussein.

On Gaza, the two top diplomats reviewed ongoing efforts to achieve a permanent ceasefire, ensure the immediate and sufficient delivery of humanitarian aid and support regional and international initiatives aimed at producing concrete outcomes from next month’s international conference in New York, co-chaired by Saudi Arabia and France. The conference seeks to advance a just and lasting peace based on the two-state solution.

Safadi reiterated Jordan’s call for increased international recognition of the State of Palestine, highlighting it as a reaffirmation of international support for the two-state solution.

Turning to Syria, the ministers discussed recent developments, with Safadi stressing the importance of supporting reconstruction efforts grounded in principles that uphold Syria’s unity, security, and stability, eliminate terrorism, and guarantee the rights of all Syrians.

Safadi also commended Finland’s contributions to regional security and stability. Both ministers agreed to maintain close coordination and cooperation in the interest of strengthening the longstanding friendship between the two countries.

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