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