plugins/tls.lua

changeset 250
a5ac643a7fd6
parent 197
7e98cf2c1d8d
child 380
0891b4e27766
equal deleted inserted replaced
249:00891a675634 250:a5ac643a7fd6
1 local verse = require "verse";
2
1 local xmlns_tls = "urn:ietf:params:xml:ns:xmpp-tls"; 3 local xmlns_tls = "urn:ietf:params:xml:ns:xmpp-tls";
2 4
3 function verse.plugins.tls(stream) 5 function verse.plugins.tls(stream)
4 local function handle_features(features_stanza) 6 local function handle_features(features_stanza)
5 if stream.authenticated then return; end 7 if stream.authenticated then return; end

mercurial