Diff

plugins/mod_dialback.lua @ 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
parent 4587:93a84314c296
child 4822:5ef05f32bc42
child 4835:751510cd558d
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' });