Details
Description
Current version of the XEP-0203 implementation in XIFF only checks for the time stamp in Message class.
The specification states that it can exists also in Presence.
Implement it also in Presence.
http://xmpp.org/extensions/xep-0203.html
Additionally, since Message class currently also supports the legacy version, keep that for Presence too.
http://xmpp.org/extensions/xep-0091.html
In trunk, with tests