Software /
code /
prosody
Comparison
prosodyctl @ 7255:3da7c334f034
prosodyctl: Fix variable typo [luacheck]
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 09 Mar 2016 13:01:11 +0000 |
parent | 7251:b74421fe417a |
child | 7256:9fbb9fbf7e52 |
comparison
equal
deleted
inserted
replaced
7251:b74421fe417a | 7255:3da7c334f034 |
---|---|
1078 end | 1078 end |
1079 end | 1079 end |
1080 else | 1080 else |
1081 if c2s_srv_required then | 1081 if c2s_srv_required then |
1082 print(" No _xmpp-client SRV record found for "..host..", but it looks like you need one."); | 1082 print(" No _xmpp-client SRV record found for "..host..", but it looks like you need one."); |
1083 all_targst_ok = false; | 1083 all_targets_ok = false; |
1084 else | 1084 else |
1085 target_hosts:add(host); | 1085 target_hosts:add(host); |
1086 end | 1086 end |
1087 end | 1087 end |
1088 end | 1088 end |