]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/WebFinger/EVENTS.txt
Core plugin list would not merge into $config
[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 StartWebFingerReconstruction:
8 - $profile: Profile object for which we want a WebFinger ID
9 - &$acct:   String reference where reconstructed ID is stored
10
11 EndWebFingerReconstruction:
12 - $profile: Profile object for which we want a WebFinger ID
13 - &$acct:   String reference where reconstructed ID is stored
14
15 StartXrdActionAliases: About to set aliases for the XRD for a user
16 - $xrd:     XML_XRD object being shown
17 - $target:  Profile being shown
18
19 EndXrdActionAliases: Done with aliases for the XRD for a user
20 - $xrd:     XML_XRD object being shown
21 - $target:  Profile being shown
22
23 StartXrdActionLinks: About to set links for the XRD for a profile
24 - $xrd:     XML_XRD object being shown
25 - $target:  Profile being shown
26
27 EndXrdActionLinks: Done with links for the XRD for a profile
28 - $xrd:     XML_XRD object being shown
29 - $target:  Profile being shown