Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
|
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
|
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
|
slixmpp uses aiohttp in the XEP_0363 plugin.
|
|
|
|
|
|
|
|
|
|
(and use install_requires instead of requires in the setup.py)
|
|
This makes the validation of a JID a *lot* faster.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NOTE: XEP-0313 is still very experimental, and there will likely be
API changes in the future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
sleekxmpp/thirdparty/__init__.py
|
|
|
|
|
|
|
|
|