Hi Folks.
I'm sending a message to google talk server in order to manage presence
information but the server is responding "feature-not-implemented".
Does anyone know how to do that (deny / allow sent presence message from
server to client)?
Folllowing is the message that I'm sending to Gtalk server (and the
response):

Client ---> Server

<iq from="[EMAIL PROTECTED]/55B26D08" to="gmail.com" type="set"
id="edit1">
     <pri:query xmlns:pri="jabber:iq:privacy">
          <pri:list name="public">
      <pri:item type="group" value="gmail.com" action="deny" order="3">
                <pri:presence-in/>
                <pri:presence-out/>
             </pri:item>
          </pri:list>
     </pri:query>
 </iq>



Server ----> Client

<iq from="gmail.com" to="[EMAIL PROTECTED]/55B26D08" type="error"
id="edit1">
   <pri:query xmlns:pri="jabber:iq:privacy">
     <pri:list name="public">
        <pri:item type="group" value="gmail.com" action="deny" order="3">
        <pri:presence-in/>
        <pri:presence-out/>
     </pri:item></pri:list>
   </pri:query>

   <error code="501" type="cancel">
      <feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
   </error>
</iq>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to