Changeset

12674:72f431b4dc2c

Merge role-auth->trunk
author Matthew Wild <mwild1@gmail.com>
date Mon, 22 Aug 2022 13:53:35 +0100
parents 12639:6d9ee0a3eb4b (diff) 12673:2d330edf8bf2 (current diff)
children 12675:db8c795ca81a
files
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doap.xml	Mon Aug 22 13:03:10 2022 +0100
+++ b/doc/doap.xml	Mon Aug 22 13:53:35 2022 +0100
@@ -60,6 +60,7 @@
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/>
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/>
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/>
+    <implements rdf:resource="https://www.rfc-editor.org/info/rfc8305"/>
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc9266"/>
     <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/">
       <!-- since=0.6.0 note=Added in hg:0bbbc9042361 -->
--- a/net/connect.lua	Mon Aug 22 13:03:10 2022 +0100
+++ b/net/connect.lua	Mon Aug 22 13:53:35 2022 +0100
@@ -3,7 +3,6 @@
 local new_id = require "util.id".short;
 local timer = require "util.timer";
 
--- TODO #1246 Happy Eyeballs
 -- FIXME RFC 6724
 -- FIXME Error propagation from resolvers doesn't work
 -- FIXME #1428 Reuse DNS resolver object between service and basic resolver