Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Make /message <muc-bare-jid> send the message to the room instead of
failing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(which nobody uses yet)
|
|
Which were being filtered by the information popup filter
|
|
|
|
|
|
The gpg plugin tries to call Presence.find() and Message.find(), that do not
exist. The correct calls are Presence.xml.find() and Message.xml.find().
|
|
This fixes part of #3186, slixmpp was previously adding a new XHTML-IM
payload whenever we just wanted to check for its presence. Also makes
the code abort faster in the common case where no XHTML-IM element is
present.
|
|
|
|
Both for displaying incoming messages, and sending OTR and legacy
OpenPGP.
|
|
see #3263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filter an entire type of messages such as 'roster'
'error' 'information' or 'debug'
|
|
|
|
|
|
unused variables, imports, name shadowing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It has not been touched since approxymately poezio 0.5
|