aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lxmppd_core_offlinemessages.txt
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-09-17 21:33:05 +0100
committerMatthew Wild <mwild1@gmail.com>2008-09-17 21:33:05 +0100
commitf81b3a5d1fb29f636cb17e6520fea752c12767df (patch)
treed8fedebee8b85ea00c66f79255cf1193758455b0 /doc/lxmppd_core_offlinemessages.txt
parent5e38a584202a8a91313921d4a3009406e61408d2 (diff)
parenta8530586f59ae6cdd61c99546c1ffe8b9dfd10d7 (diff)
downloadprosody-f81b3a5d1fb29f636cb17e6520fea752c12767df.tar.gz
prosody-f81b3a5d1fb29f636cb17e6520fea752c12767df.zip
Merged Paul's branch
Diffstat (limited to 'doc/lxmppd_core_offlinemessages.txt')
-rw-r--r--doc/lxmppd_core_offlinemessages.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lxmppd_core_offlinemessages.txt b/doc/lxmppd_core_offlinemessages.txt
new file mode 100644
index 00000000..fa06a8e0
--- /dev/null
+++ b/doc/lxmppd_core_offlinemessages.txt
@@ -0,0 +1,12 @@
+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. \ No newline at end of file