doc/lxmppd_core_rostermanager.txt

Thu, 27 Nov 2008 23:36:17 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 27 Nov 2008 23:36:17 +0000
changeset 444
77485b9b840c
parent 23
236375777f8c
permissions
-rw-r--r--

Add module:unload() to mod_console, and allow module:load() to take config param

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