view mod_webpresence/squishy @ 354:f24998ec7f8d

Implemented basic SQL authentication module. This module implements authentication against plaintext password stored in SQL database. You wil definitely need to edit the Lua code and put a query working with your database. The example query works against jabberd2 database schema. P.S. This module is just some code glued together from other modules. ;-)
author Tomasz Sterna <tomek@xiaoka.com>
date Tue, 12 Apr 2011 00:30:53 +0200
parents 63080b8973ee
children
line wrap: on
line source


Option "minify-level" "full"

Resource "icons/status_online.png"
Resource "icons/status_away.png"
Resource "icons/status_xa.png"
Resource "icons/status_dnd.png"
Resource "icons/status_chat.png"
Resource "icons/status_offline.png"

Main "mod_webpresence.in.lua"

Output "mod_webpresence.lua"