]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_message.tpl
Merge pull request #1527 from fraengii/2015-04-22-Chats.md-fraengii
[friendica.git] / view / templates / diaspora_message.tpl
1
2 <XML>
3   <post>
4       <message>
5         <guid>{{$msg.guid}}</guid>
6         <parent_guid>{{$msg.parent_guid}}</parent_guid>
7         <author_signature>{{$msg.author_signature}}</author_signature>
8         <text>{{$msg.text}}</text>
9         <created_at>{{$msg.created_at}}</created_at>
10         <diaspora_handle>{{$msg.diaspora_handle}}</diaspora_handle>
11         <conversation_guid>{{$msg.conversation_guid}}</conversation_guid>
12       </message>
13   </post>
14 </XML>