plugins/jingle_ibb.lua

changeset 469
b49d5df43a4c
parent 457
73d4eb93657b
child 490
6b2f31da9610
--- a/plugins/jingle_ibb.lua	Fri Mar 17 09:25:24 2023 +0000
+++ b/plugins/jingle_ibb.lua	Fri Mar 17 09:26:45 2023 +0000
@@ -6,7 +6,6 @@
 local xmlns_ibb = "http://jabber.org/protocol/ibb";
 assert(base64.encode("This is a test.") == "VGhpcyBpcyBhIHRlc3Qu", "Base64 encoding failed");
 assert(base64.decode("VGhpcyBpcyBhIHRlc3Qu") == "This is a test.", "Base64 decoding failed");
-local t_concat = table.concat
 
 local ibb_conn = {};
 local ibb_conn_mt = { __index = ibb_conn };

mercurial