Re: Parsing XMPP URI

2026-02-24 Thread Thomas Passin
On 2/24/2026 2:00 AM, Schimon Jehudah via Python-list wrote: Greetings. I am interested at advisory as to how to handle XMPP URI links. This is how module "urllib" handles this type of URI. urlparse from urllib.parse import urlparse urlparse("xmpp:pubsub.python.i2p?;node=xmpp-pytho

Re: Parsing XMPP URI

2026-02-24 Thread Schimon Jehudah via Python-list
Thomas. Good evening. I have posted a reference from RFC 4622. On Tue, 24 Feb 2026 09:51:18 -0500 Thomas Passin wrote: > On 2/24/2026 2:00 AM, Schimon Jehudah via Python-list wrote: > > Greetings. > > > > I am interested at advisory as to how to handle XMPP URI links. > > > > This is how modu