| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
consistency - sessions with no host never authenticated. Fixes #737
|
| |
|
|
|
|
| |
part
|
|
|
|
| |
once per statistics interval
|
| |
|
|
|
|
| |
this is what all implementations realistically use
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
store/err to be overridden
|
| |
|
|
|
|
|
| |
It was a nice idea, but our s2s connection logic is too complicated. The
session may have been destroyed inside attempt_connection().
|
| |
|
|
|
|
| |
data has been received
|
|
|
|
| |
streams
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
string when needed (fixes #603)
|
| |
| |
| |
| | |
RFC 7725
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
[luacheck]
Let's make the result of parseFile() have a more descriptive name.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[luacheck]
Functions roster(), roster_pending(), roster_group(), private_storage() and
offline_msg() have argument named "host", which used to shadow upvalue of this
variable before this change. Instead of renaming this argument, let's rename
the variable to match what the script says in usage:
Usage: ejabberdsql2prosody.lua filename.txt hostname
|
| | |
|
| |
| |
| |
| | |
The same function seems to exist in tools/erlparse.lua, also unused.
|