]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/WebFinger/EVENTS.txt
WebFingerResource introduced, instead of strict Profile object
[quix0rs-gnu-social.git] / plugins / WebFinger / EVENTS.txt
1 StartHostMetaLinks: Start /.well-known/host-meta links
2 - &links:   array containing the links elements to be written
3
4 EndHostMetaLinks: End /.well-known/host-meta links
5 - &links:   array containing the links elements to be written
6
7 StartGetWebFingerResource: Get a WebFingerResource extended object by resource string
8 - $resource String that contains the requested URI
9 - &$target  WebFingerResource extended object goes here
10 - $args     Array which may contains arguments such as 'rel' filtering values
11
12 EndGetWebFingerResource: Last attempts getting a WebFingerResource object
13 - $resource String that contains the requested URI
14 - &$target  WebFingerResource extended object goes here
15 - $args     Array which may contains arguments such as 'rel' filtering values
16
17 StartWebFingerReconstruction: Generate an acct: uri from a Profile object
18 - $profile: Profile object for which we want a WebFinger ID
19 - &$acct:   String reference where reconstructed ID is stored
20
21 EndWebFingerReconstruction: Last attempts to generate an acct: uri from a Profile object
22 - $profile: Profile object for which we want a WebFinger ID
23 - &$acct:   String reference where reconstructed ID is stored
24
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
29 EndWebFingerProfileLinks: Done with links for the resource descriptor of a profile
30 - $xrd:     XML_XRD object being shown
31 - $target:  Profile being shown