Beranda Perang Iran and US near deal to end war as Qatar mediators visit...

Iran and US near deal to end war as Qatar mediators visit Tehran

128
0

JERUSALEM (AP) — U.S. President Donald Trump on Sunday urged no further attacks by anyone after Israel's military said it launched strikes on Hezbollah targets in Beirut, potentially complicating efforts to finalize a deal to end the U.S.-Iran war. Lebanon's health ministry said three people were killed and 16 others wounded.

Iran warned a military response was coming. Trump reacted on social media: “We are very close to a Deal that will bring peace to the region, including to Lebanon†and “Let's not blow it!â€

Trump later told Fox News he still expected an agreement with Iran to be signed in the coming hours and planned to ask Tehran not to respond to Israel's strikes.

The emerging deal is a disappointment to Israel's government, which has been sidelined in negotiations led by Pakistan and others. The last time Israel struck Beirut's suburbs a week ago, it set off the most serious escalation of fighting between Iran and Israel since the tenuous ceasefire took hold April 7.

Trump has pressed Israeli Prime Minister Benjamin Netanyahu to stop hitting Lebanon hard while a deal is near, but the prime minister has defied him.

Trump told Fox News he had asked Netanyahu what he was doing, using an expletive.

U.N. Secretary-General Antonio Guterres urged “maximum restraint at this crucial moment.â€

<![CDATA[
(function () {
var EMBED_ID = "ap-readmore-embed";
var BTN_ID = "apReadMoreBtn";
var FADE_ID = "apReadMoreFade";
var STOP_SELECTOR = ".Page-below";
var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content";
var HIDDEN_ATTR = "data-ap-readmore-hidden";
var MOBILE_MQ = "(max-width: 767px)";

function ready(fn) {
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", fn);
} else {
fn();
}
}

function isElementNode(n) {
return n && n.nodeType === 1;
}

function cancelEvent(e) {
if (!e) return;
if (typeof e.preventDefault === "function") e.preventDefault();
if (typeof e.stopPropagation === "function") e.stopPropagation();
if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation();
e.cancelBubble = true;
e.returnValue = false;
}

function collapseDesktopEmbed(embed) {
if (!embed) return true;

if (!window.matchMedia(MOBILE_MQ).matches) {
var maybeWrappers = [
embed.parentElement,
embed.closest(".html-embed"),
embed.closest("[data-type='htmlembed']"),
embed.closest("[class*='embed']"),
embed.closest("[class*='Embed']")
].filter(Boolean);

embed.style.display = "none";
embed.style.margin = "0";
embed.style.padding = "0";
embed.style.height = "0";
embed.style.minHeight = "0";
embed.style.overflow = "hidden";

maybeWrappers.forEach(function (el) {
el.style.margin = "0";
el.style.padding = "0";
el.style.height = "0";
el.style.minHeight = "0";
el.style.overflow = "hidden";
});

if (embed.parentNode) {
embed.parentNode.removeChild(embed);
}

return true;
}

return false;
}

ready(function () {
var embed = document.getElementById(EMBED_ID);
var btn = document.getElementById(BTN_ID);
var fade = document.getElementById(FADE_ID);
if (!embed || !btn) return;

if (collapseDesktopEmbed(embed)) return;

var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR);
if (signInGate) {
embed.innerHTML = "";
return;
}

// — Analytics: impression when embed enters viewport —
if ("IntersectionObserver" in window) {
var io = new IntersectionObserver(function (entries, observer) {
if (entries[0].isIntersecting) {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({ event: "ap_readmore_impression" });
observer.disconnect();
}
}, { threshold: 0 });
io.observe(btn);
}

var stopEl = document.querySelector(STOP_SELECTOR);
if (!stopEl) return;

var rootCandidates = [
embed.closest(".Page"),
embed.closest("article"),
embed.closest("main"),
document.body
].filter(Boolean);

var root = rootCandidates.find(function (c) {
return c.contains(stopEl);
}) || document.body;

var all = root.getElementsByTagName("*");
var hidden = [];

for (var i = 0; i

Trump says ‘this important process' shouldn't be disrupted

Netanyahu's office said the strikes were in response to Hezbollah attacks on northern Israel. Israel's military said Hezbollah launched three projectiles. There was no immediate comment from the Iranian-backed Hezbollah.

Israel's military later said it was preparing for potential incoming fire in the coming hours.

Trump described the attack on northern Israel as “very small and meaningless, nobody was hurt, injured, or killed, and should not disrupt this important process.â€

An Associated Press photographer at the scene in Beirut said a five-story apartment building with shops on the ground floor was struck. Residents of the southern suburbs, many of whom had returned home after weeks of relative calm, could be seen fleeing.

Israel's military later reported a projectile coming from Lebanon.

Sign up for Morning Wire:
Our flagship newsletter breaks down the biggest headlines of the day.

{
if (value !== undefined && value !== null && value !== ”) {
url.searchParams.set(key, value);
}
});

return url.toString();
} catch (err) {
console.warn(‘Unable to build referrer URL with UTM params:’, err);
return window.location.href;
}
}

function nlLoadRecaptchaScriptNLMW25(siteKey, callback) {
if (typeof window.grecaptcha !== ‘undefined’) {
callback && callback();
return;
}

const existingScript = document.querySelector(‘script[src*=”recaptcha/api.js”]’);
if (existingScript) {
const checkInterval = setInterval(() => {
if (typeof window.grecaptcha !== ‘undefined’) {
clearInterval(checkInterval);
callback && callback();
}
}, nlRecaptchaCheckIntervalNLMW25);
return;
}

const script = document.createElement(‘script’);
script.src = `https://www.google.com/recaptcha/api.js?render=${encodeURIComponent(siteKey)}`;
script.async = true;
script.defer = true;
script.onload = () => callback && callback();
script.onerror = () => {
console.error(‘Failed to load reCAPTCHA script’);
callback && callback(false);
};
document.head.appendChild(script);
}

function nlWaitForRecaptchaNLMW25(callback, maxAttempts = nlRecaptchaMaxAttemptsNLMW25) {
let attempts = 0;

const checkRecaptcha = () => {
attempts++;
if (
typeof window.grecaptcha !== ‘undefined’ &&
typeof window.grecaptcha.execute === ‘function’
) {
callback(true);
} else if (attempts token && token.length > 0 ? token : null)
.catch(error => {
const errorMsg = error?.message || String(error);
if (
errorMsg.includes(‘No reCAPTCHA clients’) ||
errorMsg.includes(‘not initialized’) ||
errorMsg.includes(‘Invalid site key’)
) {
throw new Error(‘recaptcha_failed’);
}
throw error;
});
}

const nlEmbedsNLMW25 = document.querySelectorAll(‘[data-ap-newsletter-embed-nlmw25]’);

nlEmbedsNLMW25.forEach((rootNLMW25, idxNLMW25) => {
const formNLMW25 = rootNLMW25.querySelector(‘.ap-newsletter-form-nlmw25’);
const emailInputNLMW25 = rootNLMW25.querySelector(‘.ap-newsletter-input-nlmw25’);
const checkboxNLMW25 = rootNLMW25.querySelector(‘.ap-newsletter-checkbox-nlmw25’);
const errorElNLMW25 = rootNLMW25.querySelector(‘.ap-newsletter-error-nlmw25’);
const helpElNLMW25 = rootNLMW25.querySelector(‘.ap-newsletter-help-nlmw25’);
const botFieldNLMW25 = rootNLMW25.querySelector(‘.ap-newsletter-bot-field-nlmw25’);
const recaptchaDivNLMW25 = rootNLMW25.querySelector(‘.ap-newsletter-recaptcha-nlmw25’);

let nlIsSubmittingNLMW25 = false;

const newsletterListNLMW25 = nlConfigNLMW25.defaultNewsletterList;
const recaptchaSiteKeyNLMW25 = nlConfigNLMW25.recaptchaSiteKey;
const requestReferrerNLMW25 = nlBuildReferrerUrlNLMW25(nlConfigNLMW25.referrerUtmParams);

const emailIdNLMW25 = `nl-email-nlmw25-${idxNLMW25}`;
const helpIdNLMW25 = `nl-help-nlmw25-${idxNLMW25}`;
const errIdNLMW25 = `nl-error-nlmw25-${idxNLMW25}`;
const recaptchaIdNLMW25 = `recaptcha-nlmw25-${idxNLMW25}`;

emailInputNLMW25.id = emailIdNLMW25;
helpElNLMW25.id = helpIdNLMW25;
errorElNLMW25.id = errIdNLMW25;
if (recaptchaDivNLMW25) {
recaptchaDivNLMW25.id = recaptchaIdNLMW25;
if (recaptchaSiteKeyNLMW25) {
recaptchaDivNLMW25.setAttribute(‘data-sitekey’, recaptchaSiteKeyNLMW25);
}
}
emailInputNLMW25.setAttribute(‘aria-describedby’, `${helpIdNLMW25} ${errIdNLMW25}`);

const nlSetErrorNLMW25 = (msg) => {
errorElNLMW25.textContent = msg || ”;
errorElNLMW25.style.display = msg ? ‘block’ : ‘none’;
};

const nlHideErrorNLMW25 = () => nlSetErrorNLMW25(”);

const nlSetSubmittedNLMW25 = () => {
rootNLMW25.classList.add(‘is-submitted-nlmw25’);
emailInputNLMW25.value = ‘SUBMITTED’;
emailInputNLMW25.style.fontWeight = ‘bold’;
emailInputNLMW25.setAttribute(‘readonly’, ‘readonly’);
emailInputNLMW25.setAttribute(‘aria-invalid’, ‘false’);
nlHideErrorNLMW25();
};

const nlSubscribeNLMW25 = (tokenNLMW25) => {
if (nlIsSubmittingNLMW25) return;

if (botFieldNLMW25?.value) {
console.warn(‘Bot field filled –‘, botFieldNLMW25.value);
nlSetErrorNLMW25(nlConfigNLMW25.messages.botBlocked);
return;
}

const emailNLMW25 = String(emailInputNLMW25.value || ”).trim();
const emailOkNLMW25 = nlIsValidEmailNLMW25(emailNLMW25);
const disclaimerOkNLMW25 = checkboxNLMW25.checked;

if (!emailOkNLMW25 && !disclaimerOkNLMW25) {
nlSetErrorNLMW25(nlConfigNLMW25.messages.invalidBoth);
emailInputNLMW25.setAttribute(‘aria-invalid’, ‘true’);
emailInputNLMW25.focus();
return;
}

if (!emailOkNLMW25) {
nlSetErrorNLMW25(nlConfigNLMW25.messages.invalidEmail);
emailInputNLMW25.setAttribute(‘aria-invalid’, ‘true’);
emailInputNLMW25.focus();
return;
}

if (!disclaimerOkNLMW25) {
nlSetErrorNLMW25(nlConfigNLMW25.messages.disclaimerRequired);
checkboxNLMW25.focus();
return;
}

nlIsSubmittingNLMW25 = true;

const headersNLMW25 = { ‘Content-Type’: ‘application/json’ };
if (tokenNLMW25) {
headersNLMW25[nlConfigNLMW25.recaptchaHeader] = tokenNLMW25;
}

fetch(nlConfigNLMW25.apiUrl, {
method: ‘POST’,
headers: headersNLMW25,
body: JSON.stringify({
emailId: emailNLMW25,
newsLetterListToSubscribe: newsletterListNLMW25
}),

/*
This is the key change:
send the current page URL + UTM params as the referrer.
Example:
https://…/article/… ?utm_source=embed
*/
referrer: requestReferrerNLMW25,
referrerPolicy: ‘strict-origin-when-cross-origin’
})
.then(response =>
response.json()
.then(data => ({ status: response.status, data }))
.catch(() => ({ status: response.status, data: null }))
)
.then(result => {
nlIsSubmittingNLMW25 = false;

const hasVerificationErrorNLMW25 = result.data && (
result.data.message?.includes(‘Verification Failed’) ||
result.data.error?.includes(‘Verification Failed’)
);

if (hasVerificationErrorNLMW25) {
nlSetErrorNLMW25(nlConfigNLMW25.messages.verificationFailed);
return;
}

if (result.status === 200) {
if (typeof window.NLSignup === ‘function’) {
try { window.NLSignup(emailNLMW25); } catch (err) {}
}

window.dispatchEvent(new CustomEvent(‘nl:newsletterSignup:nlmw25’, {
detail: {
email: emailNLMW25,
source: ‘Morning Wire Embed’,
newsletters: newsletterListNLMW25,
referrer: requestReferrerNLMW25
}
}));

nlSetSubmittedNLMW25();
} else {
const errorMsgNLMW25 =
result.data?.message ||
result.data?.error ||
nlConfigNLMW25.messages.genericError;

nlSetErrorNLMW25(errorMsgNLMW25);
}
})
.catch(error => {
nlIsSubmittingNLMW25 = false;
console.error(‘Newsletter subscription error:’, error);
nlSetErrorNLMW25(nlConfigNLMW25.messages.genericError);
});
};

const nlAttemptRecaptchaNLMW25 = () => {
if (!recaptchaSiteKeyNLMW25) {
nlWaitForRecaptchaNLMW25(isAvailable => {
if (!isAvailable) {
nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaRequired);
nlIsSubmittingNLMW25 = false;
return;
}

nlExecuteRecaptchaNLMW25()
.then(token => nlSubscribeNLMW25(token))
.catch(() => nlSubscribeNLMW25(null));
});
return;
}

nlLoadRecaptchaScriptNLMW25(recaptchaSiteKeyNLMW25, success => {
if (success === false) {
nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaLoadFail);
nlIsSubmittingNLMW25 = false;
return;
}

nlWaitForRecaptchaNLMW25(isAvailable => {
if (!isAvailable) {
nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaRequired);
nlIsSubmittingNLMW25 = false;
return;
}

const runExecuteNLMW25 = () => {
nlExecuteRecaptchaNLMW25()
.then(token => nlSubscribeNLMW25(token))
.catch(error => {
if (error?.message === ‘recaptcha_failed’) {
nlSetErrorNLMW25(nlConfigNLMW25.messages.recaptchaFailed);
nlIsSubmittingNLMW25 = false;
} else {
console.warn(‘reCAPTCHA error:’, error);
nlSubscribeNLMW25(null);
}
});
};

if (typeof window.grecaptcha.ready === ‘function’) {
window.grecaptcha.ready(runExecuteNLMW25);
} else {
runExecuteNLMW25();
}
});
});
};

formNLMW25.addEventListener(‘submit’, e => {
e.preventDefault();
if (rootNLMW25.classList.contains(‘is-submitted-nlmw25’) || nlIsSubmittingNLMW25) return;
nlHideErrorNLMW25();
nlAttemptRecaptchaNLMW25();
});

emailInputNLMW25.addEventListener(‘input’, () => {
nlHideErrorNLMW25();
emailInputNLMW25.setAttribute(‘aria-invalid’, ‘false’);
});

checkboxNLMW25.addEventListener(‘change’, nlHideErrorNLMW25);
});
})(NL_DEFAULT_CONFIG_NLMW25);
]]>

Hezbollah fired missiles into Israel on March 2, two days after the U.S. and Israel attacked Iran, sparking war in the Middle East. Israeli troops have since pushed their invasion of Lebanon deeper than at any point in over a quarter century.

Iran wants a ceasefire deal to include the fighting in Lebanon. It's unclear whether that would mean Israeli forces' withdrawal. Most of Hezbollah's attacks in recent weeks have targeted Israeli troops inside Lebanon.

Mediators push a deal while Iran vows ‘strong response'

“A strong response is coming,†said Ebrahim Azizi, who heads the Iranian parliament's national security commission and is close to top leaders.

And Iran's parliamentary Speaker Mohammad Bagher Qalibaf, a lead negotiator for Tehran, warned the U.S. after Israel's strikes that “if you lack the will and ability to fulfill your commitments, speaking of continuing the path is not possible.â€

Qatari mediators traveled to Tehran on Sunday to finalize the agreement, according to two regional officials who spoke before Israel's strikes in Beirut.

The officials, who spoke on condition of anonymity because they were not authorized to speak to the media, expressed cautious optimism that the U.S. and Iran were finally approaching a deal that could halt hostilities that have killed thousands of people and reopen the Strait of Hormuz, whose closure has thrown world markets into disarray.

Pakistani Prime Minister Shehbaz Sharif said Saturday the deal would be signed Sunday, while Iran's foreign ministry spokesperson Esmail Baghaei said it could happen in the coming days. Trump has said the strait would open immediately.

The deal is expected to be signed electronically, without an in-person ceremony.

Iran's government warned that any division at home over the deal weakens its negotiating position.

In comments carried by state media, Iranian President Masoud Pezeshkian urged national unity and called it a “disgrace†when someone stands before parliament and calls anyone who negotiates a traitor.

Iranians must recognize that no war lasts forever, spokesperson Fatemeh Mohajerani told the state-run IRNA news agency.

Nuclear and other issues would be addressed later

The deal does not solve the thorniest issues between the U.S. and Iran, including Iran's nuclear program or its billions of dollars in frozen funds, but offers a 60-day framework for technical discussions on those issues, according to Pakistani and regional officials familiar with the ongoing negotiations. They spoke on condition of anonymity because they were not authorized to speak publicly.

Under the deal being discussed, U.S. and Israel appear to have fallen short of their original goals of destroying Iran's missile and nuclear programs and ending its support for armed proxies in the region.

Iran's nuclear program and highly enriched uranium have long been at the center of tensions with the U.S. and Israel. Trump on social media asserted Saturday that “when all is calm,†the U.S. would go in and “downblend and destroy†the enriched uranium in Iran or in the U.S.

Iran has 440.9 kilograms (972 pounds) of uranium that is enriched up to 60% purity, a short, technical step from weapons-grade levels of 90%, according to the International Atomic Energy Agency.

Iran has long maintained its nuclear program is peaceful and has not publicly committed to giving up the enriched uranium, which is believed to be buried under three nuclear sites that were badly damaged by U.S. strikes last year.

Critics in Trump's Republican Party, struggling with an unpopular war ahead of the midterm elections, have criticized the emerging deal. Some said it did not improve on the terms of the 2015 Iran nuclear deal that Trump withdrew the U.S. from during his first term and which he still describes as “bad.â€

___

Frankel reported from Jerusalem, Magdy from Cairo, Sewell from Beirut and Weissert from Washington. Associated Press writers Munir Ahmed in Islamabad and Melanie Lidman in Tel Aviv, Israel, contributed.