Changeset

4761:178f252c31b0

mod_dialback: Remove unused declaration of xmlns_dialback
author Matthew Wild <mwild1@gmail.com>
date Sat, 28 Apr 2012 03:43:27 +0100
parents 4760:55501fc4394b
children 4762:943f9f860ab4
files plugins/mod_dialback.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_dialback.lua	Sat Apr 28 03:39:12 2012 +0100
+++ b/plugins/mod_dialback.lua	Sat Apr 28 03:43:27 2012 +0100
@@ -17,7 +17,6 @@
 local sha256_hash = require "util.hashes".sha256;
 
 local xmlns_stream = "http://etherx.jabber.org/streams";
-local xmlns_dialback = "jabber:server:dialback";
 
 local dialback_requests = setmetatable({}, { __mode = 'v' });