Age | Commit message (Collapse) | Author |
|
Fixed imports
|
|
Minor cleanup of IoT plugin
|
|
Change to roster migration e
|
|
Removed duplicate property
|
|
add hash metadata for file transfer
|
|
Initialize certfile, keyfile and ca_certs in XMLStream. Added **kwargs to ClientXMPP, BaseXMPP and XMLStream.
|
|
keyfile and ca_certs can be initialized.
|
|
|
|
|
|
|
|
(and fix caps in the process)
|
|
|
|
This makes the validation of a JID a *lot* faster.
|
|
|
|
|
|
few more tests.
|
|
|
|
|
|
|
|
|
|
|
|
I did have the chance to test the script yet, but it seems like that line should be outside the for loop.
|
|
|
|
|
|
|
|
Removed unused modules/packages and added getpass, which was missing.
|
|
|
|
Actually a MUST in XEP-0030
|
|
are enabled.
Makes poezio about 11% faster when sending/receiving messages.
|
|
XEP_332: Prefixed request and response with "http"
|
|
|
|
|
|
collision with other plugins.
|
|
XEP-0332: HTTP over XMPP transport
|
|
|
|
The targeted JID was a bare JID, which is wrong since the XEP specifies
that such disco requests are handled by the server.
|
|
|
|
|
|
|
|
|
|
of deadlock.
|
|
object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The "message" event only receives messages with a body, and error
messages don’t necessarily have it. Removing the body requirement from
the "message" event could lean to unhandled conditions in existing code.
|