Changeset

147:c95b84ed366b

squishy, plugins.ping, plugins.sasl: Remove xstanza references
author Matthew Wild <mwild1@gmail.com>
date Mon, 11 Oct 2010 02:01:50 +0100
parents 146:2678048e93e6
children 148:386920f05808
files plugins/ping.lua plugins/sasl.lua squishy
diffstat 3 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/ping.lua	Mon Oct 11 02:01:07 2010 +0100
+++ b/plugins/ping.lua	Mon Oct 11 02:01:50 2010 +0100
@@ -1,5 +1,3 @@
-require "util.xstanza";
-
 local xmlns_ping = "urn:xmpp:ping";
 
 function verse.plugins.ping(stream)
--- a/plugins/sasl.lua	Mon Oct 11 02:01:07 2010 +0100
+++ b/plugins/sasl.lua	Mon Oct 11 02:01:50 2010 +0100
@@ -1,5 +1,4 @@
 local st = require "util.stanza";
-local stx = require "util.xstanza";
 local base64 = require "mime".b64;
 local xmlns_sasl = "urn:ietf:params:xml:ns:xmpp-sasl";
 
--- a/squishy	Mon Oct 11 02:01:07 2010 +0100
+++ b/squishy	Mon Oct 11 02:01:50 2010 +0100
@@ -4,7 +4,6 @@
 Module "util.encodings"		"libs/encodings.lua"
 Module "util.hashes"		"libs/hashes.lua"
 Module "util.logger"		"libs/logger.lua"
-Module "util.xstanza"		"libs/xstanza.lua"
 Module "util.sha1"		"util/sha1.lua"
 Module "lib.adhoc"              "libs/adhoc.lib.lua"