blob: 4f501158430ff047a78db9bc0eea2929e2b3d793 (
plain)
1
2
3
4
5
6
7
8
9
|
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
|