mirror of https://github.com/friendica/friendica
parent
d45a66e700
commit
639204c2ec
@ -0,0 +1,11 @@
|
||||
<XML>
|
||||
<post>
|
||||
<comment>
|
||||
<guid>$guid</guid>
|
||||
<parent_guid>$parent_guid</parent_guid>
|
||||
<author_signature>$authorsig</author_signature>
|
||||
<text>$body</text>
|
||||
<diaspora_handle>$handle</diaspora_handle>
|
||||
</comment>
|
||||
</post>
|
||||
</XML>
|
@ -0,0 +1,12 @@
|
||||
<XML>
|
||||
<post>
|
||||
<comment>
|
||||
<guid>$guid</guid>
|
||||
<parent_guid>$parent_guid</parent_guid>
|
||||
<parent_author_signature>$parentsig</parent_author_signature>
|
||||
<author_signature>$authorsig</author_signature>
|
||||
<text>$body</text>
|
||||
<diaspora_handle>$handle</diaspora_handle>
|
||||
</comment>
|
||||
</post>
|
||||
</XML>
|
@ -0,0 +1,12 @@
|
||||
<XML>
|
||||
<post>
|
||||
<like>
|
||||
<target_type>$type</target_type>
|
||||
<guid>$guid</guid>
|
||||
<parent_guid>$parent_guid</parent_guid>
|
||||
<author_signature>$authorsig</author_signature>
|
||||
<positive>$positive</positive>
|
||||
<diaspora_handle>$handle</diaspora_handle>
|
||||
</like>
|
||||
</post>
|
||||
</XML>
|
@ -0,0 +1,13 @@
|
||||
<XML>
|
||||
<post>
|
||||
<like>
|
||||
<guid>$guid</guid>
|
||||
<target_type>$type</target_type>
|
||||
<parent_guid>$parent_guid</parent_guid>
|
||||
<parent_author_signature>$parentsig</parent_author_signature>
|
||||
<author_signature>$authrosig</author_signature>
|
||||
<positive>$positive</positive>
|
||||
<diaspora_handle>$handle</diaspora_handle>
|
||||
</like>
|
||||
</post>
|
||||
</XML>
|
@ -0,0 +1,11 @@
|
||||
<XML>
|
||||
<post>
|
||||
<status_message>
|
||||
<raw_message>$body</raw_message>
|
||||
<guid>$guid</guid>
|
||||
<diaspora_handle>$handle</diaspora_handle>
|
||||
<public>$public</public>
|
||||
<created_at>$created</created_at>
|
||||
</status_message>
|
||||
</post>
|
||||
</XML>
|
@ -0,0 +1,9 @@
|
||||
<XML>
|
||||
<post>
|
||||
<retraction>
|
||||
<post_guid>$guid</post_guid>
|
||||
<type>$type</type>
|
||||
<diaspora_handle>$handle</diaspora_handle>
|
||||
</retraction>
|
||||
</post>
|
||||
</XML>
|
@ -0,0 +1,8 @@
|
||||
<XML>
|
||||
<post>
|
||||
<request>
|
||||
<sender_handle>$sender</sender_handle>
|
||||
<recipient_handle>$recipient</recipient_handle>
|
||||
</request>
|
||||
</post>
|
||||
</XML>
|
Loading…
Reference in new issue