EVENTS.txt 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. StartHostMetaLinks: Start /.well-known/host-meta links
  2. - &links: array containing the links elements to be written
  3. EndHostMetaLinks: End /.well-known/host-meta links
  4. - &links: array containing the links elements to be written
  5. StartGetWebFingerResource: Get a WebFingerResource extended object by resource string
  6. - $resource String that contains the requested URI
  7. - &$target WebFingerResource extended object goes here
  8. - $args Array which may contains arguments such as 'rel' filtering values
  9. EndGetWebFingerResource: Last attempts getting a WebFingerResource object
  10. - $resource String that contains the requested URI
  11. - &$target WebFingerResource extended object goes here
  12. - $args Array which may contains arguments such as 'rel' filtering values
  13. StartWebFingerReconstruction: Generate an acct: uri from a Profile object
  14. - $profile: Profile object for which we want a WebFinger ID
  15. - &$acct: String reference where reconstructed ID is stored
  16. EndWebFingerReconstruction: Last attempts to generate an acct: uri from a Profile object
  17. - $profile: Profile object for which we want a WebFinger ID
  18. - &$acct: String reference where reconstructed ID is stored
  19. StartWebFingerNoticeLinks: About to set links for the resource descriptor of a Notice
  20. - $xrd: XML_XRD object being shown
  21. - $target: Notice being shown
  22. EndWebFingerNoticeLinks: Done with links for the resource descriptor of a Notice
  23. - $xrd: XML_XRD object being shown
  24. - $target: Notice being shown
  25. StartWebFingerProfileLinks: About to set links for the resource descriptor of a Profile
  26. - $xrd: XML_XRD object being shown
  27. - $target: Profile being shown
  28. EndWebFingerProfileLinks: Done with links for the resource descriptor of a Profile
  29. - $xrd: XML_XRD object being shown
  30. - $target: Profile being shown
  31. StartDiscoveryMethodRegistration
  32. - $disco: Discovery object that accepts the registrations
  33. EndDiscoveryMethodRegistration: Register remote URI discovery methods
  34. - $disco: Discovery object that accepts the registrations