Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
603 B
17 lines
603 B
|
|
<XML> |
|
<post> |
|
<message> |
|
<guid>{{$msg.guid}}</guid> |
|
<parent_guid>{{$msg.parent_guid}}</parent_guid> |
|
{{if $msg.parent_author_signature}} |
|
<parent_author_signature>{{$msg.parent_author_signature}}</parent_author_signature> |
|
{{/if}} |
|
<author_signature>{{$msg.author_signature}}</author_signature> |
|
<text>{{$msg.text}}</text> |
|
<created_at>{{$msg.created_at}}</created_at> |
|
<diaspora_handle>{{$msg.diaspora_handle}}</diaspora_handle> |
|
<conversation_guid>{{$msg.conversation_guid}}</conversation_guid> |
|
</message> |
|
</post> |
|
</XML>
|
|
|