Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change server lookup method #112

Open
imaginator opened this issue Apr 13, 2013 · 0 comments
Open

change server lookup method #112

imaginator opened this issue Apr 13, 2013 · 0 comments

Comments

@imaginator
Copy link
Member

Problem:

  • a site has delegated their XMPP service out to a third party. For example: university.edu using Google Apps for Domains and Google now provides XMPP for university.edu
  • users like joined up identities: email address = IM address = buddycloud address

Right now to discover the buddycloud server for a domain:

  • srv lookup for XMPP server for a domain
  • connect to XMPP server
  • disco for buddycloud component

The proposed solution would have the buddycloud-server discovering other buddycloud-servers by doing the equivalent of

  • SRV query for _buddycloud-server._tcp.university.edu and retrieve buddycloud.non-google-xmpp-server.university.edu. (aka use DNS for discovery and avoid DISCO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant