]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/WebFinger/EVENTS.txt
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / WebFinger / EVENTS.txt
index 81641e990625ef05527d7fa2c86c06ebc292fdcb..d4297fd66963b37a0063ad00d8064ba9ff46c9d2 100644 (file)
@@ -4,26 +4,36 @@ StartHostMetaLinks: Start /.well-known/host-meta links
 EndHostMetaLinks: End /.well-known/host-meta links
 - &links:   array containing the links elements to be written
 
-StartWebFingerReconstruction:
+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
 - $profile: Profile object for which we want a WebFinger ID
 - &$acct:   String reference where reconstructed ID is stored
 
-EndWebFingerReconstruction:
+EndWebFingerReconstruction: Last attempts to generate an acct: uri from a Profile object
 - $profile: Profile object for which we want a WebFinger ID
 - &$acct:   String reference where reconstructed ID is stored
 
-StartXrdActionAliases: About to set aliases for the XRD for a user
+StartWebFingerNoticeLinks: About to set links for the resource descriptor of a Notice
 - $xrd:     XML_XRD object being shown
-- $target:  Profile being shown
+- $target:  Notice being shown
 
-EndXrdActionAliases: Done with aliases for the XRD for a user
+EndWebFingerNoticeLinks: Done with links for the resource descriptor of a Notice
 - $xrd:     XML_XRD object being shown
-- $target:  Profile being shown
+- $target:  Notice being shown
 
-StartXrdActionLinks: About to set links for the XRD for a profile
+StartWebFingerProfileLinks: About to set links for the resource descriptor of a Profile
 - $xrd:     XML_XRD object being shown
 - $target:  Profile being shown
 
-EndXrdActionLinks: Done with links for the XRD for a profile
+EndWebFingerProfileLinks: Done with links for the resource descriptor of a Profile
 - $xrd:     XML_XRD object being shown
 - $target:  Profile being shown