[Pidgin] #6940: XEP-0184: Message Receipts

Pidgin trac at pidgin.im
Thu Sep 1 17:23:42 EDT 2011


#6940: XEP-0184: Message Receipts
------------------------------+---------------------------------------------
 Reporter:  madpotato         |        Owner:  deryni
     Type:  plugin request    |       Status:  new   
Milestone:  Plugin Suggested  |    Component:  XMPP  
  Version:  2.5.0             |   Resolution:        
 Keywords:  xep-0184          |  
------------------------------+---------------------------------------------

Comment(by unnicked):

 I don't think it's too hard. You need to make some corrections in XML and
 add to messages delivery requests "<request xmlns="urn:xmpp:receipts" />"
 from XEP-0184 and add output of reports to the message window. It is
 example:
 [[BR]]
 [[BR]]<!-- Out -->
 [[BR]]<message xmlns="jabber:client" to="xxxx at server.ew" type="chat"
 id="190">
 [[BR]]<body>Hello World!</body>
 [[BR]]<active xmlns="http://jabber.org/protocol/chatstates" />
 [[BR]]<x xmlns="jabber:x:event">
 [[BR]]<composing />
 [[BR]]</x>
 [[BR]]'''<request xmlns="urn:xmpp:receipts" />'''
 [[BR]]<thread>Testing</thread>
 [[BR]]</message>
 [[BR]]
 [[BR]]<!-- In -->
 [[BR]]<message from='xxxx at server.ew/He11'
 to='yyyy at server.ew/43erd23re312442331__' xml:lang='en' id='190'>
 [[BR]]'''<received xmlns='urn:xmpp:receipts' id='190'/>'''
 [[BR]]</message>

-- 
Ticket URL: <http://developer.pidgin.im/ticket/6940#comment:8>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list