doc/lxmppd_core_rostermanager.txt

Mon, 23 Nov 2009 16:07:33 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 23 Nov 2009 16:07:33 +0000
changeset 2147
3bb7c1daa93f
parent 23
236375777f8c
permissions
-rw-r--r--

modulemanager: New module API methods for getting config options with type conversion, get_option_string, get_option_number, get_option_boolean, get_option_array, get_option_set

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