Age | Commit message (Collapse) | Author |
|
|
|
(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.
|
|
added xep-0138 support (compression)
|
|
Extend AtomEntry capabilities
|
|
|
|
hildjj-develop
|
|
|
|
|
|
Proposing #310 again in fixed version
|
|
Fixed a unicode error in xep_0065 on Python 3
|
|
In queues added option to remove first element on addind new if queue is full
|