2016-11-21 UTC
tantek and dkm joined the channel
KevinMarks, KevinMarks_, tantek and cweiske joined the channel
voxpelli, plindner, TheGillies, tantek and KartikPrabhu joined the channel
KevinMarks joined the channel
tantek, KevinMarks and gRegorLove joined the channel
KartikPrabhu joined the channel
tantek joined the channel
tantek and cweiske joined the channel
KevinMarks, pfefferl_, KartikPrabhu, gRegorLove and tantek joined the channel
# 21:52 cweiske the latter is impossible if the MUST is really a MUST
# 21:53 Loqi alerting automatically sends a message (often called a "page") to an app or site's owner or on call ops person when it's down, hitting errors, or otherwise behaving badly https://indieweb.org/alerting
# 21:57 aaronpk cweiske: that discovery section is about to change to clear that up
# 21:57 aaronpk didn't notice that discrepancy before but that's hilarious
# 22:04 cweiske aaronpk, what does "exact" mean in "The exact URL of the hub(s) designated by the publisher"
# 22:05 aaronpk fully resolved URL as advertised by the publisher
# 22:05 aaronpk hm does the spec allow relative URLs? I can't remember
# 22:10 aaronpk also if relative URLs are allowed I'll add a test for that to pubsub.rocks
pfefferl_ joined the channel
# 22:28 cweiske following "Appendix A. Notes on Using the Link Header with the HTML4 Format" in discovery opens up a can of worms
# 22:30 cweiske and it does not define if the first link should be used or the last
# 22:30 cweiske in case I have several <a href=".." rel="hub"> links in my html page
# 22:33 tantek "Appendix A" sounds informative not normative :P
# 22:33 tantek that being said, my PHP link rel parsing library handles that I'm pretty sure
# 22:35 cweiske since you invent the hub relation, it's not predefined in the html spec
# 22:35 tantek and then note it accordingly in the rel registry
# 22:36 aaronpk any clues from pubsubhubbub 0.3 or 0.4 about whether it would be allowed in the body?
# 22:37 cweiske aaronpk, 0.4 also only links to appendix a and b of web linking
# 22:37 pfefferl_ aaronpk it is not explicitly mentioned in 0.3 and 0.4
# 22:38 pfefferl_ s/mentioned/defined
# 22:38 cweiske but rfc5988 talks about HTML4, which did not allow <link> in <body>
# 22:38 cweiske I personally don't see the need for <link> in <body> at all
# 22:39 tantek cweiske: I haven't found a need for <link> in <body> either
# 22:39 tantek FWIW "hub" is already in the rel-registry and supposedly valid on both <a> and <link>
# 22:40 pfefferl_ hmm... might result in errors if users can add hubs in comments for example
# 22:41 aaronpk "If more than one URL is specified, it is expected that the publisher pings each of these URLs, so the subscriber may subscribe to one or more of these."
# 22:43 cweiske together with fat pings this would mean that I could inject fake news into people's readers when they susbcribe to someone's blog, just by posting a comment with a rel=hub link
# 22:44 tantek it's a good thing we're not depending on any rel values/properties inside of any microformats objects any more then
# 22:47 cweiske by defining rel=hub NOT body-ok the problem would not exist
# 22:48 tantek whereas with rel=webmention you only use the first one
# 22:49 aaronpk i think it's only expected on <link> tags right now
# 22:49 tantek and then also note in the security considerations why implementations MUST NOT support <a rel="hub">
pfefferl_ joined the channel
pfefferl_ joined the channel