The WXXX/WOAF/etc frames are not fully implemented. They should include a description of the URL as well as the URL. Right now the code looks like this, which is non-conformant with the spec.
void UrlLinkFrame::setText(const String &s)
{
setUrl(s);
}
Is there a good reason not to fix this?
-p