mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
9 lines
No EOL
274 B
Text
9 lines
No EOL
274 B
Text
lxmppd -> core -> rostermanager.lua
|
|
requires "util.datamanager"
|
|
module "rostermanager"
|
|
|
|
function log(type, message)
|
|
logs a message of type "rostermanager"
|
|
|
|
function getroster(username, host)
|
|
Retrieves the user's roster from the server and loads it with the datamanager |