doc/lxmppd_core_rostermanager.txt

Mon, 17 May 2010 11:46:54 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 17 May 2010 11:46:54 +0100
changeset 3041
7489ac1d5938
parent 23
236375777f8c
permissions
-rw-r--r--

mod_bosh: Fix handling of rids by not dropping requests with repeated rids (assign them their sid instead), and always starting a session with first_rid-1.

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