willnorris / webmention

Go library and CLI for assisting in sending webmentions.
https://pkg.go.dev/willnorris.com/go/webmention
BSD 3-Clause "New" or "Revised" License
50 stars 5 forks source link

Support Pingback #10

Closed muety closed 4 years ago

muety commented 4 years ago

As Webmentions and Pingbacks are closely related, are there plans to extend this tool to be able to send Pingbacks as well?

willnorris commented 4 years ago

I hadn't really planned to. Sites wanting to support both is certainly reasonable, and indeed it looks like a number of webmention implementations documented on https://indieweb.org/Webmention also support pingback.

However, I wonder if a separate pingback library would be a better separation? There would be a little bit of common code for parsing HTTP and HTML links, but the whole library is still pretty small.

muety commented 4 years ago

Thanks for your feedback!