[jdev] Re: Best way to monitor XMPP servers

2006-09-21 Thread Alexander Gnauck
Tobias Markmann wrote: Okay...that would work but in general you only need one JID because the servers are able to intercommunicate via s2s. offer both, email notification and XMPP notification. It is also possible that admins are responsible for multiple server. So Jid notification makes

Re: [jdev] Re: Best way to monitor XMPP servers

2006-09-21 Thread Tobias Markmann
If you'll pay the outgoing SMSs, no problem. ;)Technically I could use a jabber2sms gateway like aspsms-t so that isn't really a problem.TobiasOn 9/21/06, Alexander Gnauck [EMAIL PROTECTED] wrote: Tobias Markmann wrote: Okay...that would work but in general you only need one JID because the

Re: [jdev] Re: Best way to monitor XMPP servers

2006-09-21 Thread Lucas Nussbaum
On 21/09/06 at 08:57 +0200, Tobias Markmann wrote: If you'll pay the outgoing SMSs, no problem. ;) Technically I could use a jabber2sms gateway like aspsms-t so that isn't really a problem. Email is probably more reliable than relying on third party gateway: I wouldn't want to lose such

[jdev] Suspending and resuming presence

2006-09-21 Thread Saurabh Aggarwal
During an active session, is there a way to suspend/resume presence? I am interested in letting the jabber server know that I am currently not interested in receiving presence information - so don't send me information when my buddies status changes. This is for a wireless device, and if I have

Re: [jdev] Re: Best way to monitor XMPP servers

2006-09-21 Thread Richard Dobson
Lucas Nussbaum wrote: On 21/09/06 at 08:57 +0200, Tobias Markmann wrote: If you'll pay the outgoing SMSs, no problem. ;) Technically I could use a jabber2sms gateway like aspsms-t so that isn't really a problem. Email is probably more reliable than relying on third party gateway: I

Re: [jdev] Suspending and resuming presence

2006-09-21 Thread Norman Rasmussen
On 9/21/06, Saurabh Aggarwal [EMAIL PROTECTED] wrote: During an active session, is there a way to suspend/resume presence? I am interested in letting the jabber server know that I am currently not interested in receiving presence information - so don't send me information when my buddies status

RE: [jdev] Suspending and resuming presence

2006-09-21 Thread Saurabh Aggarwal
Doesn't this also set my presence to "unavailable". I want to continue staying online (or whatever my statuswas) on my buddies lists, and keep receiving other messages (just not presence from them). -Saurabh Date: Thu, 21 Sep 2006 13:19:04 +0200 From: [EMAIL PROTECTED] To: jdev@jabber.org

[jdev] Re: Suspending and resuming presence

2006-09-21 Thread Remko Troncon
During an active session, is there a way to suspend/resume presence? I am interested in letting the jabber server know that I am currently not interested in receiving presence information - so don't send me information when my buddies status changes. This is for a wireless device, and if

Re: [jdev] Suspending and resuming presence

2006-09-21 Thread Michal vorner Vaner
On Thu, Sep 21, 2006 at 11:22:12AM +, Saurabh Aggarwal wrote: Doesn't this also set my presence to unavailable. I want to continue staying online (or whatever my status was) on my buddies lists, and keep receiving other messages (just not presence from them). -Saurabh

[jdev] best way to connect 2 servers

2006-09-21 Thread Sascha
hi this is may a stupid question, but what would be the best way you think to connect a NON Jabber with a Jabber server, the goal would be to have interconectivity message exchange maybe also whiteboarding dident checked the JEPs for that now, the other server has no message protocoll or better

Re: [jdev] best way to connect 2 servers

2006-09-21 Thread Norman Rasmussen
On 9/21/06, Sascha [EMAIL PROTECTED] wrote: so what way would you choose , would you implement server2server xmpp on the other server? Yes. are there any other ways? You could write a component/transport for the jabber server that talks to the legacy server. If you 'trust' the jabber

Re: [jdev] Suspending and resuming presence

2006-09-21 Thread Norman Rasmussen
On 9/21/06, Dave Cridland [EMAIL PROTECTED] wrote: On Thu Sep 21 12:22:12 2006, Saurabh Aggarwal wrote: Doesn't this also set my presence to unavailable. I want to continue staying online (or whatever my status was) on my buddies lists, and keep receiving other messages (just not presence

RE: [jdev] Suspending and resuming presence

2006-09-21 Thread JD Conley
Well, we chose to solve this problem with a SOAP Web Service that maintains state for mobile users and provides an abstracted object model to the XMPP session. The web service will keep your session to the server active and queue your contact list changes until you request them. The same

Re: [jdev] Re: Best way to monitor XMPP servers

2006-09-21 Thread Tobias Markmann
I'm having the idea of adding a feature which tests s2s features of the servers. The monitoring core would try to connect to each server via s2s to check the available features (encryption, etc.).What do you think? On 9/21/06, Richard Dobson [EMAIL PROTECTED] wrote: Lucas Nussbaum wrote: On

Re: [jdev] Re: Best way to monitor XMPP servers

2006-09-21 Thread Wijnand Wiersma
2006/9/21, Tobias Markmann [EMAIL PROTECTED]: I'm having the idea of adding a feature which tests s2s features of the servers. The monitoring core would try to connect to each server via s2s to check the available features (encryption, etc.). What do you think? It sounds nice, but I don't

Re: [jdev] Re: Best way to monitor XMPP servers

2006-09-21 Thread Cedric Hyppolite
You're right. Monitoring the server availability (uptime, ping delay) should go together with a description of the server components and features(availability of tls, account registration, gateway, user directory, off-line storage...)CédricLe 21 sept. 06 à 21:50, Tobias Markmann a écrit :I'm