]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OStatus/EVENTS.txt
Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into nightly
[quix0rs-gnu-social.git] / plugins / OStatus / EVENTS.txt
1 StartAttachPubkeyToUserXRD: Runs only for XRD generation where a Magicsig exists for a Profile which is a "person".
2 @param  Magicsig    $magicsig   crypto stuff related to the profile we're representing
3 @param  XRD         $xrd        the XRD object which holds all data for the profile we're representing
4
5 EndAttachPubkeyToUserXRD: Runs only for XRD generation where a Magicsig exists for a Profile which is a "person". And only if StartAttachPubkeyToUserXRD didn't abort.
6 @param  Magicsig    $magicsig   crypto stuff related to the profile we're representing
7 @param  XRD         $xrd        the XRD object which holds all data for the profile we're representing