[Standards] XEP-0115, 1.3pre2
Olivier Goffart
ogoffart at kde.org
Mon Apr 2 16:03:42 CDT 2007
Le lundi 2 avril 2007, Peter Saint-Andre a écrit :
> Joe Hildebrand and I made a few more provisional adjustments to XEP-0115
> (mainly removing the first-message use case -- share directed presence
> instead):
>
> http://www.xmpp.org/extensions/tmp/xep-0115-1.3.html
>
> Approving version 1.3 will be on the agenda for the next meeting of the
> XMPP Council.
>
> Peter
Just few ideas:
In the Server optimizations :
Could the server also cache reply to disco on some node ?
And the server would reply himself to the disco with known node, without
routing the discovery <iq/> to the contact.
I guess this would also eliminate lot of traffic (i guess more than removing
the caps from presences) (but i have not collected numbers)
Also the server would do the security check to eliminate poison client
About the security issue, what about using hashes ?
<presence>
<c xmlns='http://jabber.org/protocol/caps'
node='http://exodus.jabberstudio.org/caps'
ver='0.9' ext='foo bar'>
<hash xmlns='http://jabber.org/protocol/caps#security'>
** base64 hash of the concatenation of all nodes **
</hash>
</c>
</presence>
And last question: Why is this protocol REQUIRED in the "XMPP Basic Client
2008" ? While it's a good protocol to have less traffic, basic clients
should not require them IMO, because everything works well without it. maybe
just RECOMMANDED
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.jabber.org/pipermail/standards/attachments/20070402/825cc9f5/attachment.pgp
More information about the Standards
mailing list