Some docs written by Thorns. Need reviewing.
[prosody.git] / doc / lxmppd_core_rostermanager.txt
diff --git a/doc/lxmppd_core_rostermanager.txt b/doc/lxmppd_core_rostermanager.txt
new file mode 100644 (file)
index 0000000..4f50115
--- /dev/null
@@ -0,0 +1,9 @@
+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
\ No newline at end of file