diff options
author | Kim Alvefur <zash@zash.se> | 2014-02-03 07:25:05 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2014-02-03 07:25:05 +0100 |
commit | 3b3997eef4a3c50a562efe9c49b3a180ab439dbe (patch) | |
tree | c840902603d1482af5f9156d6170461fd47b8e69 /plugins/mod_unknown.lua | |
parent | c891b3fd1d45a2cacbfce1744ebd25828d321810 (diff) | |
parent | 468a94a982d801d63812023fddb40baca2b9ef62 (diff) | |
download | prosody-3b3997eef4a3c50a562efe9c49b3a180ab439dbe.tar.gz prosody-3b3997eef4a3c50a562efe9c49b3a180ab439dbe.zip |
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_unknown.lua')
-rw-r--r-- | plugins/mod_unknown.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/mod_unknown.lua b/plugins/mod_unknown.lua new file mode 100644 index 00000000..4d20b8ad --- /dev/null +++ b/plugins/mod_unknown.lua @@ -0,0 +1,4 @@ +-- Unknown platform stub +module:set_global(); + +-- TODO Do things that make sense if we don't know about the platform |