doc/lxmppd_core_offlinemessages.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 -> offlinemessages.lua
	requires	"util.datamanager"
	module		"offlinemessage"

function new(user, host, stanza)
	returns a function that stores the offline message it received

This module offers storing of offline messages.

Description:	If the user that is supposed to get the message is not online,
		we store the messages locally as offline messages for later
		processing.

mercurial