2020-08-16 UTC
jonnybarnes, [tw2113], [Emma_Humphries], nickodd, KartikPrabhu, loicm, dhanesh95, moppy, [tonz], dhanesh95_, [tantek], [KevinMarks] and prologic joined the channel
# 13:34 prologic What can I use to test my webmention implementation (reciever) ? (locally that is)
# 13:48 GWG "An extension only becomes an official Micropub extension when it has been published as part of a broader ranged official Spec extension for Micropub. Currently there are no official extensions." How does one publish an official extension?
# 13:56 aaronpk prologic: you can run webmention.rocks locally if you want
# 13:56 aaronpk otherwise just send webmentions manually from curl from static html pages
# 13:57 prologic I found some nodejs tool that does some interesting things
# 13:57 prologic going to use that
nickodd joined the channel
# 14:57 prologic Is it not enough to respond with a Link: rel=webmention header on a resource?
# 15:00 prologic hmm nevermind :)
# 15:01 prologic I had some arguments the wrong way around
# 15:01 prologic swapped source/target URLs :/
jonnybarnes joined the channel
# 15:43 prologic Can someone familiar with this verify correctness and I haven't completely screwed something up?
[fluffy] joined the channel
# 16:02 prologic Is it possible to also send the server's username/nick as part of the payload?
# 16:02 prologic not just a source uri
jonnybarnes and sp1ff joined the channel
# 17:03 prologic seems like the only wat I can get the source user/nick of a webmention is to initiate a request back to the sender's source URI
# 17:03 prologic and determine who the sender was?
# 17:09 sknebel right, you need to fetch the source to validate the request, and for all information you want about it
# 17:09 sknebel there is no concept of "users" or whatever in WMs
petermolnar joined the channel
# 17:13 prologic I kind of expected this library to do that
# 17:13 prologic but it just seems to hit the source webmention endpoint and parse all the <link> tags
# 17:14 prologic which isn't terribly useful if I"m not using them
jonnybarnes joined the channel
# 17:26 GWG prologic: The link tags are where the endpoints are.
# 17:26 GWG Not sure if the library does more
# 17:26 prologic looks like it parses all link tags
# 17:26 prologic which is weird
# 17:27 prologic including css links
[schmarty] joined the channel
# 17:29 GWG Admittedly, the library is a few years old
# 17:31 GWG [schmarty]: I had a question for you. Was thinking about media endpoints...am I correct a lot of the issues that concerned you involved media endpoints that were independent of the sites using them?
# 17:32 [schmarty] GWG: my proposal is specifically about micropub media endpoints that are separate from the micropub endpoint for a site.
# 17:33 GWG I was rereading and updating Micropub extension issues
# 17:34 GWG I tried to update parts of the extension page
# 17:34 [schmarty] my issue is that the Micropub spec describes only one way for a client to discover a media endpoint
# 17:34 [schmarty] and that is to make sure that the Micropub endpoint includes the media endpoint's URL in a response to q=config
# 17:35 GWG [schmarty]: Yes, was wondering if there were any other media endpoint matters you'd thought about
# 17:35 sknebel prologic: what do you mean? it looks for link headers in HTTP to find the ones pointing to the webmention endpoint. And then uses an mf2 parser to find tags with rel=webmention in the body. that seems correct?
# 17:36 [schmarty] that discovery step is an unnecessary coupling of the media endpoint to the micropub endpoint
# 17:36 prologic although maybe the mf2 parsing isn't working for me
# 17:37 prologic yes I'm not really sure I want to do mf2 parsing tbh
KartikPrabhu joined the channel
# 17:58 GWG I'm thinking of proposing a media type to filter q=source on the media endpoints
# 18:03 GWG Specifically either mime type or photo, audio, video
# 18:06 [schmarty] GWG i don't have any strong thoughts on those kinds of queries at the moment. 😄
# 18:07 GWG [schmarty]: I am doing a Micropub review because I need to release some fixes to my plugin. wanted to see what I might quickly add
jonnybarnes, g1 and [Emma_Humphries] joined the channel; nickodd left the channel
# 20:04 [Emma_Humphries] Nat Alison needs a blog.
KartikPrabhu joined the channel
jonnybarnes, [pfefferle], KartikPrabhu, [schmarty] and [KevinMarks] joined the channel; prologic left the channel