aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-01-30 17:40:25 +0000
committerMatthew Wild <mwild1@gmail.com>2009-01-30 17:40:25 +0000
commitf2d020191f5a78336f456263b868228ad53236db (patch)
tree74f934743ae8ea59839d312a647a3a6967a6b3c0
parentbf3b96204df926c023d41aa3b9853e526e27d106 (diff)
downloadprosody-f2d020191f5a78336f456263b868228ad53236db.tar.gz
prosody-f2d020191f5a78336f456263b868228ad53236db.zip
0.2->0.3
-rw-r--r--core/componentmanager.lua2
-rw-r--r--core/configmanager.lua2
-rw-r--r--core/discomanager.lua2
-rw-r--r--core/modulemanager.lua2
-rw-r--r--core/offlinemanager.lua2
-rw-r--r--core/presencemanager.lua2
-rw-r--r--core/rostermanager.lua2
-rw-r--r--core/s2smanager.lua2
-rw-r--r--core/sessionmanager.lua2
-rw-r--r--core/stanza_router.lua2
-rw-r--r--core/usermanager.lua2
-rw-r--r--core/xmlhandlers.lua2
-rw-r--r--net/connlisteners.lua2
-rw-r--r--net/dns.lua2
-rw-r--r--net/xmppclient_listener.lua2
-rw-r--r--net/xmppserver_listener.lua2
-rw-r--r--plugins/mod_console.lua2
-rw-r--r--plugins/mod_dialback.lua2
-rw-r--r--plugins/mod_disco.lua2
-rw-r--r--plugins/mod_legacyauth.lua2
-rw-r--r--plugins/mod_ping.lua2
-rw-r--r--plugins/mod_private.lua2
-rw-r--r--plugins/mod_register.lua2
-rw-r--r--plugins/mod_roster.lua2
-rw-r--r--plugins/mod_saslauth.lua2
-rw-r--r--plugins/mod_selftests.lua2
-rw-r--r--plugins/mod_time.lua2
-rw-r--r--plugins/mod_tls.lua2
-rw-r--r--plugins/mod_uptime.lua2
-rw-r--r--plugins/mod_vcard.lua2
-rw-r--r--plugins/mod_version.lua4
-rw-r--r--tests/test.lua2
-rw-r--r--tests/test_core_configmanager.lua2
-rw-r--r--tests/test_core_s2smanager.lua2
-rw-r--r--tests/test_core_stanza_router.lua2
-rw-r--r--tests/test_sasl.lua2
-rw-r--r--tests/test_util_jid.lua2
-rwxr-xr-xtools/ejabberd2prosody.lua2
-rw-r--r--tools/erlparse.lua2
-rw-r--r--util/datamanager.lua2
-rw-r--r--util/datetime.lua2
-rw-r--r--util/dependencies.lua2
-rw-r--r--util/discohelper.lua2
-rw-r--r--util/import.lua2
-rw-r--r--util/jid.lua2
-rw-r--r--util/logger.lua2
-rw-r--r--util/multitable.lua2
-rw-r--r--util/serialization.lua2
-rw-r--r--util/stanza.lua2
-rw-r--r--util/termcolours.lua2
-rw-r--r--util/uuid.lua2
-rw-r--r--util/ztact.lua2
52 files changed, 53 insertions, 53 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua
index c55a76cb..b4af2392 100644
--- a/core/componentmanager.lua
+++ b/core/componentmanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/configmanager.lua b/core/configmanager.lua
index 8ca5ee54..841b6eab 100644
--- a/core/configmanager.lua
+++ b/core/configmanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/discomanager.lua b/core/discomanager.lua
index 0082343b..ac417541 100644
--- a/core/discomanager.lua
+++ b/core/discomanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 0e5c8a6a..e35ea6a6 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/offlinemanager.lua b/core/offlinemanager.lua
index 52b2e407..7ab31f7b 100644
--- a/core/offlinemanager.lua
+++ b/core/offlinemanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/presencemanager.lua b/core/presencemanager.lua
index 725d7cc1..557b4ec7 100644
--- a/core/presencemanager.lua
+++ b/core/presencemanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/rostermanager.lua b/core/rostermanager.lua
index 6651fbae..cc1dad8d 100644
--- a/core/rostermanager.lua
+++ b/core/rostermanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index 2ba96761..cd61cdc2 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua
index 64f6df97..df6ffd3f 100644
--- a/core/sessionmanager.lua
+++ b/core/sessionmanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/stanza_router.lua b/core/stanza_router.lua
index 5ad98701..844cbf88 100644
--- a/core/stanza_router.lua
+++ b/core/stanza_router.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/usermanager.lua b/core/usermanager.lua
index cf4ebb99..aae7b8d8 100644
--- a/core/usermanager.lua
+++ b/core/usermanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua
index 8e246754..d8c2178b 100644
--- a/core/xmlhandlers.lua
+++ b/core/xmlhandlers.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/net/connlisteners.lua b/net/connlisteners.lua
index 3d611aa9..d1e3cc17 100644
--- a/net/connlisteners.lua
+++ b/net/connlisteners.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/net/dns.lua b/net/dns.lua
index faad2b93..c86a0886 100644
--- a/net/dns.lua
+++ b/net/dns.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- This file is included with Prosody IM. It has modifications,
-- which are hereby placed in the public domain.
diff --git a/net/xmppclient_listener.lua b/net/xmppclient_listener.lua
index b8bd9d3b..2f7fac4c 100644
--- a/net/xmppclient_listener.lua
+++ b/net/xmppclient_listener.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/net/xmppserver_listener.lua b/net/xmppserver_listener.lua
index a6f5eb73..c8413ce0 100644
--- a/net/xmppserver_listener.lua
+++ b/net/xmppserver_listener.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_console.lua b/plugins/mod_console.lua
index 1b8944e0..638598aa 100644
--- a/plugins/mod_console.lua
+++ b/plugins/mod_console.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_dialback.lua b/plugins/mod_dialback.lua
index 845c1105..b7617da4 100644
--- a/plugins/mod_dialback.lua
+++ b/plugins/mod_dialback.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_disco.lua b/plugins/mod_disco.lua
index dcd25c8a..b86792e0 100644
--- a/plugins/mod_disco.lua
+++ b/plugins/mod_disco.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_legacyauth.lua b/plugins/mod_legacyauth.lua
index de7a4ea7..b984181e 100644
--- a/plugins/mod_legacyauth.lua
+++ b/plugins/mod_legacyauth.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_ping.lua b/plugins/mod_ping.lua
index 0e0f5651..592cc71d 100644
--- a/plugins/mod_ping.lua
+++ b/plugins/mod_ping.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_private.lua b/plugins/mod_private.lua
index f1c7bb3e..c90761fe 100644
--- a/plugins/mod_private.lua
+++ b/plugins/mod_private.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_register.lua b/plugins/mod_register.lua
index 5e93ed00..b6c1c57e 100644
--- a/plugins/mod_register.lua
+++ b/plugins/mod_register.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_roster.lua b/plugins/mod_roster.lua
index 40f2cb81..e43c77a0 100644
--- a/plugins/mod_roster.lua
+++ b/plugins/mod_roster.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_saslauth.lua b/plugins/mod_saslauth.lua
index 19355e2c..91bfb4f7 100644
--- a/plugins/mod_saslauth.lua
+++ b/plugins/mod_saslauth.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_selftests.lua b/plugins/mod_selftests.lua
index 6cac054c..923c4612 100644
--- a/plugins/mod_selftests.lua
+++ b/plugins/mod_selftests.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_time.lua b/plugins/mod_time.lua
index 1aa6ebd9..aa4a5df9 100644
--- a/plugins/mod_time.lua
+++ b/plugins/mod_time.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_tls.lua b/plugins/mod_tls.lua
index 0d675978..d6382a99 100644
--- a/plugins/mod_tls.lua
+++ b/plugins/mod_tls.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_uptime.lua b/plugins/mod_uptime.lua
index 6ae5aec0..00625ee5 100644
--- a/plugins/mod_uptime.lua
+++ b/plugins/mod_uptime.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_vcard.lua b/plugins/mod_vcard.lua
index f72a37e0..e39257de 100644
--- a/plugins/mod_vcard.lua
+++ b/plugins/mod_vcard.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/plugins/mod_version.lua b/plugins/mod_version.lua
index 2c8df518..2d1e381e 100644
--- a/plugins/mod_version.lua
+++ b/plugins/mod_version.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
@@ -18,7 +18,7 @@ module:add_iq_handler({"c2s", "s2sin"}, xmlns_version, function(session, stanza)
if stanza.attr.type == "get" then
session.send(st.reply(stanza):query(xmlns_version)
:tag("name"):text("Prosody"):up()
- :tag("version"):text("0.2"):up()
+ :tag("version"):text("0.3"):up()
:tag("os"):text("the best operating system ever!"));
end
end);
diff --git a/tests/test.lua b/tests/test.lua
index 8a639f70..0955967d 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/tests/test_core_configmanager.lua b/tests/test_core_configmanager.lua
index f0037524..9a1535fc 100644
--- a/tests/test_core_configmanager.lua
+++ b/tests/test_core_configmanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/tests/test_core_s2smanager.lua b/tests/test_core_s2smanager.lua
index 7fdea5da..f88fc0ae 100644
--- a/tests/test_core_s2smanager.lua
+++ b/tests/test_core_s2smanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/tests/test_core_stanza_router.lua b/tests/test_core_stanza_router.lua
index a48c0a6b..1193a7db 100644
--- a/tests/test_core_stanza_router.lua
+++ b/tests/test_core_stanza_router.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/tests/test_sasl.lua b/tests/test_sasl.lua
index 3f65a5cb..b7438121 100644
--- a/tests/test_sasl.lua
+++ b/tests/test_sasl.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/tests/test_util_jid.lua b/tests/test_util_jid.lua
index d1ee0983..d16333aa 100644
--- a/tests/test_util_jid.lua
+++ b/tests/test_util_jid.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/tools/ejabberd2prosody.lua b/tools/ejabberd2prosody.lua
index 62969590..d858e59e 100755
--- a/tools/ejabberd2prosody.lua
+++ b/tools/ejabberd2prosody.lua
@@ -1,5 +1,5 @@
#!/usr/bin/env lua
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/tools/erlparse.lua b/tools/erlparse.lua
index f3143602..53e85c5d 100644
--- a/tools/erlparse.lua
+++ b/tools/erlparse.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/datamanager.lua b/util/datamanager.lua
index 828c1f69..6fe1d0d5 100644
--- a/util/datamanager.lua
+++ b/util/datamanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/datetime.lua b/util/datetime.lua
index 3f0ce12c..3c42e499 100644
--- a/util/datetime.lua
+++ b/util/datetime.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/dependencies.lua b/util/dependencies.lua
index e238d89f..6a5f82a0 100644
--- a/util/dependencies.lua
+++ b/util/dependencies.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/discohelper.lua b/util/discohelper.lua
index d6767272..0dc6fff5 100644
--- a/util/discohelper.lua
+++ b/util/discohelper.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/import.lua b/util/import.lua
index 08ab971b..0705abf5 100644
--- a/util/import.lua
+++ b/util/import.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/jid.lua b/util/jid.lua
index 68449aa1..eee79ab5 100644
--- a/util/jid.lua
+++ b/util/jid.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/logger.lua b/util/logger.lua
index cb237289..a7f5d0dc 100644
--- a/util/logger.lua
+++ b/util/logger.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/multitable.lua b/util/multitable.lua
index b8fa56bf..5bf2ee8a 100644
--- a/util/multitable.lua
+++ b/util/multitable.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/serialization.lua b/util/serialization.lua
index dd6dd5b5..b8331175 100644
--- a/util/serialization.lua
+++ b/util/serialization.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/stanza.lua b/util/stanza.lua
index c08bb795..d98611de 100644
--- a/util/stanza.lua
+++ b/util/stanza.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/termcolours.lua b/util/termcolours.lua
index 48b0d2bc..6c1692c1 100644
--- a/util/termcolours.lua
+++ b/util/termcolours.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/uuid.lua b/util/uuid.lua
index 0baf45b9..4caaef1b 100644
--- a/util/uuid.lua
+++ b/util/uuid.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util/ztact.lua b/util/ztact.lua
index c329a685..67299666 100644
--- a/util/ztact.lua
+++ b/util/ztact.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.2
+-- Prosody IM v0.3
-- This file is included with Prosody IM. It has modifications,
-- which are hereby placed in the public domain.