comparison mod_smacks.wiki @ 267:36f475bd6425

Edited wiki page mod_smacks through web user interface.
author MWild1@gmail.com
date Mon, 05 Mar 2012 16:58:11 +0000
parents 5bbdbce10b0a
children 2ad6225d937f
comparison
equal deleted inserted replaced
266:622c6dccb592 267:36f475bd6425
17 17
18 || *Option* || *Default* || *Description* || 18 || *Option* || *Default* || *Description* ||
19 || smacks_hibernation_time || 300 (5 minutes) || The number of seconds a disconnected session should stay alive for (to allow reconnect) || 19 || smacks_hibernation_time || 300 (5 minutes) || The number of seconds a disconnected session should stay alive for (to allow reconnect) ||
20 20
21 = Compatibility = 21 = Compatibility =
22 ||0.8||Works|| 22 ||0.9||Works||
23 ||0.8||Works, use version [http://prosody-modules.googlecode.com/hg-history/7693724881b3f3cdafa35763f00dd040d02313bf/mod_smacks/mod_smacks.lua 7693724881b3]||
23 24
24 = Clients = 25 = Clients =
25 Clients that support XEP-0198: 26 Clients that support XEP-0198:
27 * Gajim
26 * Swift (but not resumption, as of beta9) 28 * Swift (but not resumption, as of beta9)
27 * Psi (in an unreleased branch) 29 * Psi (in an unreleased branch)
28
29 = TODO =
30 * Doesn't work very well with multiple virtual hosts yet (just a plugin implementation detail).
31 * Related to the above issue - reload/unload of this module may not work very well.