From 8a6a7668b61b7c7a9a533f407e2610e90aa8a1a5 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 30 Jan 2009 17:40:25 +0000 Subject: [PATCH] 0.2->0.3 --- core/componentmanager.lua | 2 +- core/configmanager.lua | 2 +- core/discomanager.lua | 2 +- core/modulemanager.lua | 2 +- core/offlinemanager.lua | 2 +- core/presencemanager.lua | 2 +- core/rostermanager.lua | 2 +- core/s2smanager.lua | 2 +- core/sessionmanager.lua | 2 +- core/stanza_router.lua | 2 +- core/usermanager.lua | 2 +- core/xmlhandlers.lua | 2 +- net/connlisteners.lua | 2 +- net/dns.lua | 2 +- net/xmppclient_listener.lua | 2 +- net/xmppserver_listener.lua | 2 +- plugins/mod_console.lua | 2 +- plugins/mod_dialback.lua | 2 +- plugins/mod_disco.lua | 2 +- plugins/mod_legacyauth.lua | 2 +- plugins/mod_ping.lua | 2 +- plugins/mod_private.lua | 2 +- plugins/mod_register.lua | 2 +- plugins/mod_roster.lua | 2 +- plugins/mod_saslauth.lua | 2 +- plugins/mod_selftests.lua | 2 +- plugins/mod_time.lua | 2 +- plugins/mod_tls.lua | 2 +- plugins/mod_uptime.lua | 2 +- plugins/mod_vcard.lua | 2 +- plugins/mod_version.lua | 4 ++-- tests/test.lua | 2 +- tests/test_core_configmanager.lua | 2 +- tests/test_core_s2smanager.lua | 2 +- tests/test_core_stanza_router.lua | 2 +- tests/test_sasl.lua | 2 +- tests/test_util_jid.lua | 2 +- tools/ejabberd2prosody.lua | 2 +- tools/erlparse.lua | 2 +- util/datamanager.lua | 2 +- util/datetime.lua | 2 +- util/dependencies.lua | 2 +- util/discohelper.lua | 2 +- util/import.lua | 2 +- util/jid.lua | 2 +- util/logger.lua | 2 +- util/multitable.lua | 2 +- util/serialization.lua | 2 +- util/stanza.lua | 2 +- util/termcolours.lua | 2 +- util/uuid.lua | 2 +- util/ztact.lua | 2 +- 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. -- 2.30.2