[Telepathy] [Bug 14485] "Offering 1-1 stream tube" XMPP messages can be stored by the Jabber server
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Feb 14 02:42:19 PST 2008
http://bugs.freedesktop.org/show_bug.cgi?id=14485
--- Comment #2 from Alban Crequy <alban.crequy at collabora.co.uk> 2008-02-14 02:42:19 PST ---
> With which server/version did you test?
I tested jabber.org, im.apinc.org and amessage.de.
http://www.xmpp.org/extensions/xep-0079.html#process-s2s-disco
> If a server supports Advanced Message Processing, it MUST report that by
> including a service discovery feature of "http://jabber.org/protocol/amp" in
> the service discovery information result that it returns to the requesting
> entity.
And unfortunately I did not get this feature in any of theses 3 servers:
== SEND ==
<iq from='alice at im.apinc.org/Psi'
to='im.apinc.org'
type='get'>
<query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>
== RECV ==
<iq from="im.apinc.org" type="result" to="alice at im.apinc.org/Psi" >
<query xmlns="http://jabber.org/protocol/disco#info">
<feature var="jabber:iq:privacy" />
<feature var="jabber:iq:time" />
<feature var="jabber:iq:last" />
<feature var="jabber:iq:version" />
<feature var="jabber:iq:browse" />
<feature var="stringprep" />
<feature var="fullunicode" />
<feature var="xmllang" />
<feature var="http://jabber.org/protocol/disco#info" />
<feature var="http://jabber.org/protocol/disco#items" />
<identity category="server" type="im" name="Apinc Jabber Server" />
<feature var="http://jabber.org/protocol/offline" />
<feature var="msgoffline" />
<feature var="urn:xmpp:ping" />
<feature var="jabber:iq:register" />
</query>
</iq>
I don't know whether a real Jabber server implement this.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Telepathy
mailing list