comparison mod_turncredentials/mod_turncredentials.lua @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents afae347928d8
children deb5ece56c49
comparison
equal deleted inserted replaced
1342:0ae065453dc9 1343:7dbde05b48a9
1 -- XEP-0215 implementation for time-limited turn credentials 1 -- XEP-0215 implementation for time-limited turn credentials
2 -- Copyright (C) 2012-2013 Philipp Hancke 2 -- Copyright (C) 2012-2013 Philipp Hancke
3 -- This file is MIT/X11 licensed. 3 -- This file is MIT/X11 licensed.
4 4
5 local st = require "util.stanza"; 5 local st = require "util.stanza";
6 local hmac_sha1 = require "util.hashes".hmac_sha1; 6 local hmac_sha1 = require "util.hashes".hmac_sha1;
7 local base64 = require "util.encodings".base64; 7 local base64 = require "util.encodings".base64;
8 local os_time = os.time; 8 local os_time = os.time;