Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle chat server archive (XEP-0136)
    primarykey
    data
    text
    <p>I am looking for a way how to retrieve archive of chat messages from google server via using XEP-0136 standard, but I got these results just trying to ask for the feature.</p> <p>Request:</p> <pre class="lang-xml prettyprint-override"><code>&lt;iq type="get"&gt;&lt;pref xmlns="urn:xmpp:archive"/&gt;&lt;/iq&gt; </code></pre> <p>Response:</p> <pre class="lang-xml prettyprint-override"><code>&lt;iq xmlns="jabber:client" type="error" to="myEmail@gmail.com/9FF72CA7"&gt; &lt;pref xmlns="urn:xmpp:archive"/&gt; &lt;error code="501" type="cancel"&gt; &lt;feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/&gt; &lt;/error&gt; &lt;/iq&gt; </code></pre> <p>So it looks like google does not implement this feature, but is it true? I don't think so.</p> <p>The same happened with trying to set invisibility which is definitely supported by Google server. </p> <p>Request:</p> <pre class="lang-xml prettyprint-override"><code>&lt;iq type="set" id="invisible1" from="myEmail@gmail.com/00230F07"&gt; &lt;query xmlns="jabber:iq:privacy"&gt; &lt;active name="invisible"/&gt; &lt;/query&gt; &lt;/iq&gt; </code></pre> <p>Response:</p> <pre class="lang-xml prettyprint-override"><code>&lt;iq xmlns="jabber:client" type="error" id="invisible1" to="myEmail@gmail.com/00230F07"&gt; &lt;query xmlns="jabber:iq:privacy"&gt; &lt;active name="invisible"/&gt; &lt;/query&gt; &lt;error code="501" type="cancel"&gt; &lt;feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/&gt; &lt;/error&gt; &lt;/iq&gt; </code></pre> <p>So probably I am doing something wrong. Any help will be appreciated. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload