mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
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:
parent
180837a9ce
commit
e09d74a934
11
xep-0146.xml
11
xep-0146.xml
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user