Added XEP-0203 timestamp to forwarded messages.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2265 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Remko Tronçon 2008-09-25 18:34:36 +00:00
parent 180837a9ce
commit e09d74a934
1 changed files with 10 additions and 1 deletions

View File

@ -23,6 +23,12 @@
<shortname>rc</shortname>
&remko;
&stpeter;
<revision>
<version>1.1</version>
<date>2008-09-25</date>
<initials>rt</initials>
<remark>Added XEP-0203 timestamp to forwarded messages.</remark>
</revision>
<revision>
<version>1.0</version>
<date>2006-03-23</date>
@ -259,7 +265,7 @@
The client forwards all unread messages to the local client, adding
information about the origin of the message (using the 'ofrom'
&xep0033; address).
&xep0033; address, and the &xep0203; timestamp of the original message).
The chamber client receives both these messages and a
confirmation that the command was completed.
<example caption='Remote Client Forwards All Unread Messages to Local Client'><![CDATA[
@ -270,6 +276,9 @@
<addresses xmlns='http://jabber.org/protocol/address'>
<address type='ofrom' jid='romeo@example.com/orchard'/>
</addresses>
<delay xmlns='urn:xmpp:delay'
from='juliet@capulet.com/balcony'
stamp='2002-09-10T23:41:07Z'/>
</message>
]]></example>