0.1 -> 0.2

Wed, 10 Dec 2008 15:44:03 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 10 Dec 2008 15:44:03 +0000
changeset 615
4ae3e81513f3
parent 614
335f2921ae0c
child 616
69bc5782b25e

0.1 -> 0.2

core/componentmanager.lua file | annotate | diff | comparison | revisions
core/configmanager.lua file | annotate | diff | comparison | revisions
core/discomanager.lua file | annotate | diff | comparison | revisions
core/modulemanager.lua file | annotate | diff | comparison | revisions
core/offlinemanager.lua file | annotate | diff | comparison | revisions
core/offlinemessage.lua file | annotate | diff | comparison | revisions
core/presencemanager.lua file | annotate | diff | comparison | revisions
core/rostermanager.lua file | annotate | diff | comparison | revisions
core/s2smanager.lua file | annotate | diff | comparison | revisions
core/sessionmanager.lua file | annotate | diff | comparison | revisions
core/stanza_router.lua file | annotate | diff | comparison | revisions
core/usermanager.lua file | annotate | diff | comparison | revisions
core/xmlhandlers.lua file | annotate | diff | comparison | revisions
net/connlisteners.lua file | annotate | diff | comparison | revisions
net/dns.lua file | annotate | diff | comparison | revisions
net/xmppclient_listener.lua file | annotate | diff | comparison | revisions
net/xmppserver_listener.lua file | annotate | diff | comparison | revisions
plugins/mod_console.lua file | annotate | diff | comparison | revisions
plugins/mod_dialback.lua file | annotate | diff | comparison | revisions
plugins/mod_disco.lua file | annotate | diff | comparison | revisions
plugins/mod_legacyauth.lua file | annotate | diff | comparison | revisions
plugins/mod_ping.lua file | annotate | diff | comparison | revisions
plugins/mod_private.lua file | annotate | diff | comparison | revisions
plugins/mod_register.lua file | annotate | diff | comparison | revisions
plugins/mod_roster.lua file | annotate | diff | comparison | revisions
plugins/mod_saslauth.lua file | annotate | diff | comparison | revisions
plugins/mod_selftests.lua file | annotate | diff | comparison | revisions
plugins/mod_time.lua file | annotate | diff | comparison | revisions
plugins/mod_tls.lua file | annotate | diff | comparison | revisions
plugins/mod_uptime.lua file | annotate | diff | comparison | revisions
plugins/mod_vcard.lua file | annotate | diff | comparison | revisions
plugins/mod_version.lua file | annotate | diff | comparison | revisions
prosody file | annotate | diff | comparison | revisions
tests/test.lua file | annotate | diff | comparison | revisions
tests/test_core_configmanager.lua file | annotate | diff | comparison | revisions
tests/test_core_s2smanager.lua file | annotate | diff | comparison | revisions
tests/test_core_stanza_router.lua file | annotate | diff | comparison | revisions
tests/test_sasl.lua file | annotate | diff | comparison | revisions
tests/test_util_jid.lua file | annotate | diff | comparison | revisions
tools/ejabberd2prosody.lua file | annotate | diff | comparison | revisions
tools/erlparse.lua file | annotate | diff | comparison | revisions
util/datamanager.lua file | annotate | diff | comparison | revisions
util/datetime.lua file | annotate | diff | comparison | revisions
util/dependencies.lua file | annotate | diff | comparison | revisions
util/discohelper.lua file | annotate | diff | comparison | revisions
util/import.lua file | annotate | diff | comparison | revisions
util/jid.lua file | annotate | diff | comparison | revisions
util/logger.lua file | annotate | diff | comparison | revisions
util/multitable.lua file | annotate | diff | comparison | revisions
util/sasl.lua file | annotate | diff | comparison | revisions
util/serialization.lua file | annotate | diff | comparison | revisions
util/stanza.lua file | annotate | diff | comparison | revisions
util/termcolours.lua file | annotate | diff | comparison | revisions
util/uuid.lua file | annotate | diff | comparison | revisions
util/ztact.lua file | annotate | diff | comparison | revisions
--- a/core/componentmanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/componentmanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/configmanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/configmanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/discomanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/discomanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/modulemanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/modulemanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/offlinemanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/offlinemanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/offlinemessage.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/offlinemessage.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/presencemanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/presencemanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/rostermanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/rostermanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/s2smanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/s2smanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/sessionmanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/sessionmanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/stanza_router.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/stanza_router.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/usermanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/usermanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/xmlhandlers.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/xmlhandlers.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/net/connlisteners.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/net/connlisteners.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/net/dns.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/net/dns.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,24 +1,6 @@
--- Prosody IM v0.1
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
--- 
--- This program is free software; you can redistribute it and/or
--- modify it under the terms of the GNU General Public License
--- as published by the Free Software Foundation; either version 2
--- of the License, or (at your option) any later version.
--- 
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
--- 
--- You should have received a copy of the GNU General Public License
--- along with this program; if not, write to the Free Software
--- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
---
-
-
-
+-- Prosody IM v0.2
+-- This file is included with Prosody IM. It has modifications,
+-- which are hereby placed in the public domain.
 
 -- public domain 20080404 lua@ztact.com
 
--- a/net/xmppclient_listener.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/net/xmppclient_listener.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/net/xmppserver_listener.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/net/xmppserver_listener.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_console.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_console.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_dialback.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_dialback.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_disco.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_disco.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_legacyauth.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_legacyauth.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_ping.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_ping.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_private.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_private.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_register.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_register.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_roster.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_roster.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_saslauth.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_saslauth.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_selftests.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_selftests.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_time.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_time.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_tls.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_tls.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_uptime.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_uptime.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_vcard.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_vcard.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_version.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_version.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
@@ -31,7 +31,7 @@
 	if stanza.attr.type == "get" then
 		session.send(st.reply(stanza):query(xmlns_version)
 			:tag("name"):text("Prosody"):up()
-			:tag("version"):text("0.1"):up()
+			:tag("version"):text("0.2"):up()
 			:tag("os"):text("the best operating system ever!"));
 	end
 end
--- a/prosody	Wed Dec 10 15:32:51 2008 +0000
+++ b/prosody	Wed Dec 10 15:44:03 2008 +0000
@@ -1,5 +1,5 @@
 #!/usr/bin/env lua
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_core_configmanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_core_configmanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_core_s2smanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_core_s2smanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_core_stanza_router.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_core_stanza_router.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_sasl.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_sasl.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_util_jid.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_util_jid.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tools/ejabberd2prosody.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tools/ejabberd2prosody.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,5 +1,5 @@
 #!/usr/bin/env lua
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tools/erlparse.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tools/erlparse.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/datamanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/datamanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/datetime.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/datetime.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/dependencies.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/dependencies.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/discohelper.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/discohelper.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/import.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/import.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/jid.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/jid.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/logger.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/logger.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/multitable.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/multitable.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/sasl.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/sasl.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- sasl.lua v0.1
+-- sasl.lua v0.2
 -- Copyright (C) 2008 Tobias Markmann
 -- 
 --    All rights reserved.
--- a/util/serialization.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/serialization.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/stanza.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/stanza.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/termcolours.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/termcolours.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/uuid.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/uuid.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/ztact.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/ztact.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,24 +1,6 @@
--- Prosody IM v0.1
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
--- 
--- This program is free software; you can redistribute it and/or
--- modify it under the terms of the GNU General Public License
--- as published by the Free Software Foundation; either version 2
--- of the License, or (at your option) any later version.
--- 
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
--- 
--- You should have received a copy of the GNU General Public License
--- along with this program; if not, write to the Free Software
--- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
---
-
-
-
+-- Prosody IM v0.2
+-- This file is included with Prosody IM. It has modifications,
+-- which are hereby placed in the public domain.
 
 -- public domain 20080410 lua@ztact.com
 

mercurial