Description
Lets Python applications communicate with Jabber and XMPP networks without blocking the main program flow. It is useful for chat clients, bots, notification tools, and integrations that need real-time messaging.
XMPP traffic can include private messages, contacts, presence, and account credentials. Applications should use secure connections and protect logs, tokens, and message contents.