Hi, First of all kostix from tkabber found an invalid example in XEP-0115 under http://www.xmpp.org/extensions/xep-0115.html#discover . Example 4 should be:
<iq from='[EMAIL PROTECTED]/orchard' id='disco1' to='[EMAIL PROTECTED]/balcony' type='result'> <query xmlns='http://jabber.org/protocol/disco#info'> node='http://code.google.com/p/exodus#QgayPKawpkPSDYmwT/WM94uAlu0='> Currently the query tag is close before node attribute. The next thing is I'm upgrading pidgins caps support and some question arise from time to time. Is the node attribute in the query tag required in a disco result since the XEPs' examples include it but the scheme doesn't tell anything about it. So if I send a query with node ' http://code.google.com/p/exodus#QgayPKawpkPSDYmwT/WM94uAlu0=' can i expect the result includes a node attribute too? If yes I could easily compare the hash inside the node to the self generated hash of the query contents and cache it on match. Cheers, Tobias
