Anybody please clarify whether gtalk supports PEP(Personal Eventing Protocol- PubSub mechanism). Because in my WP7 app getting error as feature not implemented.
Example:
<?xml version="1.0" encoding="UTF-8"?>
<iq from="[email protected]/phoneFC07C39F" id="dcc3e8ea-5a40-4401-8843-9db4dd682b78" type="set">
<pubsub xmlns="http://jabber.org/protocol/pubsub">
<publish node="http://jabber.org/protocol/geoloc">
<item id="lastlocation">
<geoloc xmlns="http://jabber.org/protocol/geoloc">
<lat>47.64483</lat>
<lon>-122.141197</lon>
<acurracy>0</acurracy>
<timestamp>2012-09-03T18:52:24.592+05:30</timestamp>
</geoloc>
</item>
</publish>
</pubsub>