e14n / webfinger

Webfinger client library for Node.js
Apache License 2.0
40 stars 10 forks source link

Expose legacy WebFinger as separate LRDD-based discovery mechanism. #20

Closed jaredhanson closed 11 years ago

jaredhanson commented 11 years ago

This patch exposes the "legacy" version of WebFinger as exports.lrdd, and uses that when falling back.

Exposing this separately gives users of this library finer-grained control over what discovery mechanisms to utilize.