Does exist a way to detect if a @domain is wave capable?

2012-03-28 Thread Vicente J. Ruiz Jurado
Hi there: Does exist a way (some utility in the wiab code) to detect if a @domain is wave capable? Or in other words, how to detect if people add as participant normal email accounts? TIA, -- Vicente J. Ruiz Jurado http://comunes.org http://ourproject.org

Re: Does exist a way to detect if a @domain is wave capable?

2012-03-28 Thread Yuri Z
Not sure if I understand your question correctly, but if you want to check if certain account exists in WIAB - you can use the AccountStore. On Mar 28, 2012 1:20 PM, Vicente J. Ruiz Jurado v...@ourproject.org wrote: Hi there: Does exist a way (some utility in the wiab code) to detect if a

Re: Does exist a way to detect if a @domain is wave capable?

2012-03-28 Thread Zachary “Gamer_Z . ” Yaro
I think the OP was asking if it is possible to detect whether a given address is an e-mail address or a wave address. AFAIK, the answer is no, but you should probably wait for a more certain answer from Yuri or another wave dev. —Zachary “Gamer_Z.” Yaro On Mar 28, 2012 8:21 AM, Yuri Z

Re: Does exist a way to detect if a @domain is wave capable?

2012-03-28 Thread Yuri Z
There's no easy way to know if there's a Federated wave capable server at certain domain. But it can be detected off course. But if you ping a certain domain (actually the XMPP server that listens on connections of other federated wave servers) and it appears to be down - there's no way to know

Re: Does exist a way to detect if a @domain is wave capable?

2012-03-28 Thread Vicente J. Ruiz Jurado
El 28/03/12 15:01, Yuri Z escribió: There's no easy way to know if there's a Federated wave capable server at certain domain. But it can be detected off course. But if you ping a certain domain (actually the XMPP server that listens on connections of other federated wave servers) and it

Re: Does exist a way to detect if a @domain is wave capable?

2012-03-28 Thread Yuri Z
I think the original idea was use email format so it can be used as both. You can modify you server to work with whatever format you want (Would require some code refactoring). If you want to federate - you would need to process the deltas back to the regular format before sending to federated

Re: Does exist a way to detect if a @domain is wave capable?

2012-03-28 Thread Yuri Z
Well, actually we do. But I think by default even if the records are not found - the server will try to send packets to wave.domain.com On Wed, Mar 28, 2012 at 3:27 PM, Yuri Z vega...@gmail.com wrote: I think the original idea was use email format so it can be used as both. You can modify you