Age | Commit message (Collapse) | Author |
|
|
|
|
|
Because we actually don’t change the nick, we ignore it, just like in the
case of a normal join (of an other resource, or an other channel on the same
server).
|
|
|
|
|
|
As required by XEP 0359
Should fix #3369
|
|
See https://xmpp.org/extensions/xep-0359.html
|
|
See https://xmpp.org/extensions/xep-0045.html#message
|
|
|
|
|
|
Instead of having to write it manually everytime
|
|
|
|
|
|
|
|
Some duplication is avoided, but most importantly: it’s much much cleaner,
easier to find, functions have been cleaned up (functools.partial usages are
now hidden), etc.
|