File

doc/lxmppd_core_rostermanager.txt @ 1660:ae2f60a20428

util.iterators: Add tail() iterator, to return the last n items
author Matthew Wild <mwild1@gmail.com>
date Mon, 10 Aug 2009 15:46:34 +0100
parent 23:236375777f8c
line wrap: on
line source

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