]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/WebFinger/EVENTS.txt
Notice metadata for WebFinger. Not sure if implemented properly.
[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 StartWebFingerNoticeLinks: About to set links for the resource descriptor of a Notice
26 - $xrd:     XML_XRD object being shown
27 - $target:  Notice being shown
28
29 EndWebFingerNoticeLinks: Done with links for the resource descriptor of a Notice
30 - $xrd:     XML_XRD object being shown
31 - $target:  Notice being shown
32
33 StartWebFingerProfileLinks: About to set links for the resource descriptor of a Profile
34 - $xrd:     XML_XRD object being shown
35 - $target:  Profile being shown
36
37 EndWebFingerProfileLinks: Done with links for the resource descriptor of a Profile
38 - $xrd:     XML_XRD object being shown
39 - $target:  Profile being shown