doc/lxmppd_core_rostermanager.txt

Fri, 28 Nov 2008 18:36:04 +0100

author
Tobias Markmann <tm@ayena.de>
date
Fri, 28 Nov 2008 18:36:04 +0100
changeset 473
22b0e654c4cf
parent 23
236375777f8c
permissions
-rw-r--r--

To use free you should include stdlib.h rather than malloc.h according to man page of free() and various C reference websites.

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