2013-09-30 16:13:03 +01:00
|
|
|
StartHostMetaLinks: Start /.well-known/host-meta links
|
|
|
|
- &links: array containing the links elements to be written
|
|
|
|
|
|
|
|
EndHostMetaLinks: End /.well-known/host-meta links
|
|
|
|
- &links: array containing the links elements to be written
|
|
|
|
|
2013-10-20 14:32:56 +01:00
|
|
|
StartGetWebFingerResource: Get a WebFingerResource extended object by resource string
|
|
|
|
- $resource String that contains the requested URI
|
|
|
|
- &$target WebFingerResource extended object goes here
|
|
|
|
- $args Array which may contains arguments such as 'rel' filtering values
|
|
|
|
|
|
|
|
EndGetWebFingerResource: Last attempts getting a WebFingerResource object
|
|
|
|
- $resource String that contains the requested URI
|
|
|
|
- &$target WebFingerResource extended object goes here
|
|
|
|
- $args Array which may contains arguments such as 'rel' filtering values
|
|
|
|
|
|
|
|
StartWebFingerReconstruction: Generate an acct: uri from a Profile object
|
2013-09-30 16:13:03 +01:00
|
|
|
- $profile: Profile object for which we want a WebFinger ID
|
|
|
|
- &$acct: String reference where reconstructed ID is stored
|
|
|
|
|
2013-10-20 14:32:56 +01:00
|
|
|
EndWebFingerReconstruction: Last attempts to generate an acct: uri from a Profile object
|
2013-09-30 16:13:03 +01:00
|
|
|
- $profile: Profile object for which we want a WebFinger ID
|
|
|
|
- &$acct: String reference where reconstructed ID is stored
|
|
|
|
|
2013-11-01 15:54:59 +00:00
|
|
|
StartWebFingerNoticeLinks: About to set links for the resource descriptor of a Notice
|
|
|
|
- $xrd: XML_XRD object being shown
|
|
|
|
- $target: Notice being shown
|
|
|
|
|
|
|
|
EndWebFingerNoticeLinks: Done with links for the resource descriptor of a Notice
|
|
|
|
- $xrd: XML_XRD object being shown
|
|
|
|
- $target: Notice being shown
|
|
|
|
|
|
|
|
StartWebFingerProfileLinks: About to set links for the resource descriptor of a Profile
|
2013-09-30 16:13:03 +01:00
|
|
|
- $xrd: XML_XRD object being shown
|
|
|
|
- $target: Profile being shown
|
|
|
|
|
2013-11-01 15:54:59 +00:00
|
|
|
EndWebFingerProfileLinks: Done with links for the resource descriptor of a Profile
|
2013-09-30 16:13:03 +01:00
|
|
|
- $xrd: XML_XRD object being shown
|
|
|
|
- $target: Profile being shown
|