Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unused variables, imports, name shadowing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It has not been touched since approxymately poezio 0.5
|
|
|
|
|
|
It’s considered bad practice nowadays to force a specific resource, it
can lead to presence leaks or reconnection loops so should be avoided.
Moreover this was already possible in the jid option, by setting it to
user@domain/resource, setting it would append it a second time in that
case.
|
|
|
|
Otherwise it will obviously traceback when calling it with that
parameter
|
|
|
|
Previously inside slixmpp, it’s cleaner to do it only in poezio.
|
|
|
|
|
|
|
|
|
|
And fix some linewrapping, obsolete references to poezio.eu, and
obsolete docs.
|
|
|
|
|
|
Make hide_status_change work there as well, with per-jid configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See https://lab.louiz.org/louiz/biboumi/commit/0d2dd71de5292895f6
|
|
Fixes #3231
|
|
|
|
|
|
|
|
|
|
:(
We really need it in order to include docs, manpage & other stuff in the
source distribution.
|
|
|
|
|
|
|
|
|