# HG changeset patch # User Matthew Wild # Date 1335581007 -3600 # Node ID 178f252c31b065f2ad5c1606bf8ca35cc6cbb66d # Parent 55501fc4394b0cc62e0d34fb239cd71c3b1fa1e4 mod_dialback: Remove unused declaration of xmlns_dialback diff -r 55501fc4394b -r 178f252c31b0 plugins/mod_dialback.lua --- 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' });