doc/lxmppd_core_rostermanager.txt

Sat, 07 Mar 2009 20:33:21 +0100

author
Tobias Markmann <tm@ayena.de>
date
Sat, 07 Mar 2009 20:33:21 +0100
changeset 883
0112ae30f399
parent 23
236375777f8c
permissions
-rw-r--r--

Support to filter logging by source via pattern matching from config file.

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