-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 8/10/09 10:33 PM, Anthony Baxter wrote: > I originally thought so too, but it turns out not to be the case. I > was thinking about a cheap optimisation in the code to look at any > JIDs that match the string '.*wave.*' in the first part of the name > first. Haven't had time yet. > > Someone else might be able to explain this more - I wasn't able to > find any clear statements in the specs. > > > On Tue, Aug 11, 2009 at 14:27, Brian May<[email protected]> > wrote: >> On Tue, Aug 11, 2009 at 02:14:29PM +1000, Anthony Baxter wrote: >>> If you have other JIDs, you need SRV records for them. >>> >>> <iq from="microcomaustralia.com.au" to="wave.initech-corp.com" >>> id="2831-56" type="result"> >>> <query xmlns="http://jabber.org/protocol/disco#items"> >>> <item jid="conference.microcomaustralia.com.au"/> >>> <item jid="irc.microcomaustralia.com.au"/> >>> <item jid="pubsub.microcomaustralia.com.au"/> >>> <item jid="vjud.microcomaustralia.com.au"/> >>> <item jid="wave.microcomaustralia.com.au"/> >>> </query> >>> </iq> >>> >>> Either support them with SRV records, or turn them off. >> Do you mean just having SRV records for microcomaustralia.com.au is not >> sufficient, I need to have SRV records for all those entries? >> >> I would have seriously hopped just having SRV records for >> microcomaustralia.com.au would be sufficient. >> >> Having said that I also have an A record for wave.microcomaustralia.com.au. >> So >> I would have thought that would be sufficient in itself.
Sufficient for what? Let's say that you host microcomaustralia.com.au (hereafter m.c.a to save typing) at foo.bar.com.au on port 5269 for s2s. If you want people to also connect to wave.m.c.a you need a way for them to discover that you also offer that service and how to connect to it for s2s purposes. The way we do that is via SRV records. Yes, you can use a plain old A or AAAA lookup as a fallback, but the SRV records are preferred. This is explained more clearly in draft-ietf-xmpp-3920bis than in RFC 3920. Peter - -- Peter Saint-Andre https://stpeter.im/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqWnY4ACgkQNL8k5A2w/vwmVACgpo+m7ssSonuKX2E3Q/HUS1jZ NSMAoI7Iasm3VkWQn53+9Hts24tsXhLV =CZQu -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Wave Protocol" 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/wave-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
