Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(mock transport class missing .close())
|
|
|
|
|
|
|
|
Punishing a server for being down by sending more traffic is not a nice
thing to do. Taking 100% of the CPU is not nice either.
|
|
(use_tls is useless since slixmpp will always try to use starttls
whenever possible)
|
|
|
|
|
|
|
|
(and fix caps in the process)
|
|
|
|
This makes the validation of a JID a *lot* faster.
|
|
|
|
|
|
few more tests.
|
|
|
|
|
|
|
|
Actually a MUST in XEP-0030
|
|
are enabled.
Makes poezio about 11% faster when sending/receiving messages.
|
|
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.
|
|
|
|
|