[jdev] jabber aliases?

2006-06-19 Thread Igor Goryachev
Hello. I have several domains and want to implement something similar to mail-like aliases (not virtual hosts) in jabber? Is it possible at all? -- Igor Goryachev E-Mail/Jabber: [EMAIL PROTECTED]

Re: [jdev] jabber aliases?

2006-06-19 Thread Trejkaz
On Monday 19 June 2006 17:08, Igor Goryachev wrote: Hello. I have several domains and want to implement something similar to mail-like aliases (not virtual hosts) in jabber? Is it possible at all? It would be quite possible to implement, but I'm not familiar with a server which offers this

Re: [jdev] jabber aliases?

2006-06-19 Thread Igor Goryachev
On 19 Jun 2006, [EMAIL PROTECTED] wrote: I have several domains and want to implement something similar to mail-like aliases (not virtual hosts) in jabber? Is it possible at all? It would be quite possible to implement, but I'm not familiar with a server which offers this functionality out

Re: [jdev] jabber aliases?

2006-06-19 Thread Igor Goryachev
On 19 Jun 2006, Igor Goryachev wrote: I have several domains and want to implement something similar to mail-like aliases (not virtual hosts) in jabber? Is it possible at all? It would be quite possible to implement, but I'm not familiar with a server which offers this functionality out of

Re: [jdev] jabber aliases?

2006-06-19 Thread Trejkaz
On Monday 19 June 2006 21:37, Tony Finch wrote: On Mon, 19 Jun 2006, Igor Goryachev wrote: I have several domains and want to implement something similar to mail-like aliases (not virtual hosts) in jabber? Is it possible at all? Forwarding is difficult in Jabber because it is closed-loop

Re: [jdev] jabber aliases?

2006-06-19 Thread Igor Goryachev
On 19 Jun 2006, Tony Finch wrote: I have several domains and want to implement something similar to mail-like aliases (not virtual hosts) in jabber? Is it possible at all? Forwarding is difficult in Jabber because it is closed-loop whereas email is open-loop. Could you please explain this

Re: [jdev] jabber aliases?

2006-06-19 Thread Bruce Campbell
On Mon, 19 Jun 2006, Igor Goryachev wrote: On 19 Jun 2006, Tony Finch wrote: Consider what happens if I send a presence subscription request to an alias JID, and get a response from the real JID. Will my client behave sensibly? Well, I suppose you will just have a dead JID in your roster

Re: [jdev] jabber aliases?

2006-06-19 Thread Tony Finch
On Mon, 19 Jun 2006, Igor Goryachev wrote: Could you please explain this moment a bit wider? It might be important for me. It's from control theory. In an open loop control system I just send the system messages to tell it how to behave, whereas in a closed loop system I get messages back so I

Re: [jdev] jabber aliases?

2006-06-19 Thread Sander Devrieze
Op maandag 19 juni 2006 12:23, schreef Igor Goryachev: On 19 Jun 2006, Igor Goryachev wrote: I have several domains and want to implement something similar to mail-like aliases (not virtual hosts) in jabber? Is it possible at all? It would be quite possible to implement, but I'm not

Re: [jdev] jabber aliases?

2006-06-19 Thread Joel Selvadurai
That is a good point! Then you can have multiple jabber accounts (1 for each transport) in use on 1 account! On 6/19/06, Sander Devrieze [EMAIL PROTECTED] wrote: Op maandag 19 juni 2006 12:23, schreef Igor Goryachev: On 19 Jun 2006, Igor Goryachev wrote: I have several domains and want to

Re: [jdev] jabber aliases?

2006-06-19 Thread Joel Selvadurai
but it's not pure forwarding? On 6/19/06, Sander Devrieze [EMAIL PROTECTED] wrote: Op maandag 19 juni 2006 12:23, schreef Igor Goryachev: On 19 Jun 2006, Igor Goryachev wrote: I have several domains and want to implement something similar to mail-like aliases (not virtual hosts) in jabber? Is