Description:
This update for go-sendxmpp fixes the following issues:
Update to 0.15.1:
- Added
* Add XEP-0359 Origin-ID to messages (requires go-xmpp >= v0.2.18).
- Changed
* HTTP upload: Ignore timeouts on disco IQs as some components do
not reply.
Upgrades the embedded golang.org/x/net to 0.46.0
* Fixes: boo#1251461, CVE-2025-47911: various algorithms with
quadratic complexity when parsing HTML documents
* Fixes: boo#1251677, CVE-2025-58190: excessive memory consumption
by 'html.ParseFragment' when processing specially crafted input