> > Is S2S sufficiently supported and accepted in > > today's deployed servers, so that it's something > > we can actually expect to work? I want to add > > something that works and that people can really > > use, not just support another buzz-word. > > Yes, S2S is much wider supported than i.e. component support. S2S is the > fundament of a core feature of XMPP.
Yup as Ulrich says it is a fundamental part of the protocol and servers must support it (even if they do turn it off for security reasons, i.e. to keep all comunication internal), but one thing you need to be aware of is that you will need to support two ways of doing S2S the new XMPP SASL S2S stuff and the older Jabber Dialback S2S stuff, you will need to support both to ensure backwards compatibility. Richard _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
