From 6bae543da16d6579244de5c7c1ced88e66287265 Mon Sep 17 00:00:00 2001 From: Edwin Mons Date: Tue, 19 Nov 2013 18:21:57 +0100 Subject: Sluift: add allow_plain_without_tls client option Change-Id: Ieef0e455bb13e9ee38d583bee87ebb7e506bd00c diff --git a/Sluift/client.cpp b/Sluift/client.cpp index d6f876f..c1be73e 100644 --- a/Sluift/client.cpp +++ b/Sluift/client.cpp @@ -344,6 +344,10 @@ SLUIFT_LUA_FUNCTION(Client, set_options) { if (!lua_isnil(L, -1)) { client->getOptions().boshURL = URL::fromString(lua_tostring(L, -1)); } + lua_getfield(L, 2, "allow_plain_without_tls"); + if (!lua_isnil(L, -1)) { + client->getOptions().allowPLAINWithoutTLS = lua_toboolean(L, -1); + } lua_pushvalue(L, 1); return 0; } -- cgit v0.10.2-6-g49f6