doc/lxmppd_core_rostermanager.txt

Sun, 12 Oct 2008 17:41:14 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sun, 12 Oct 2008 17:41:14 +0500
changeset 102
a5b914370db5
parent 23
236375777f8c
permissions
-rw-r--r--

Fixed: mod_roster now outputs all roster data (instead of just the JIDs)

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