doc/lxmppd_core_rostermanager.txt

Sun, 22 Nov 2009 04:42:03 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 22 Nov 2009 04:42:03 +0000
changeset 2124
be3c906f4770
parent 23
236375777f8c
permissions
-rw-r--r--

s2smanager: Update for new net.server API (s2s still doesn't work with libevent for other reasons)

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

mercurial