capscan.lua

changeset 5
db500386b9c4
parent 4
9a4a18d11166
equal deleted inserted replaced
4:9a4a18d11166 5:db500386b9c4
87 local report = io.open("report.html", "w+"); 87 local report = io.open("report.html", "w+");
88 report:write[[<html> 88 report:write[[<html>
89 <head> 89 <head>
90 <title>]]; 90 <title>]];
91 report:write("Entity capabilities validity for contacts of ", jid); 91 report:write("Entity capabilities validity for contacts of ", jid);
92 report:write[[</head> 92 report:write[[</title>
93 </head>
93 <body> 94 <body>
94 ]]; 95 ]];
95 96
96 local contact_jids = array.collect(keys(contacts)):sort(); 97 local contact_jids = array.collect(keys(contacts)):sort();
97 98

mercurial