Re: peering with Gmail

2009-04-24 Thread Tomasz Sterna
From: Joao Gomes Pereira gomespere...@startel.pt Do I need any special configuration to be allowed to send/receive messages to Gmail accounts? No, you don't. If it works between jabber.org and your.server, it should work with gmail.com too. -- Tomasz Sterna Instant Messaging EDI

Re: peering with Gmail

2009-04-24 Thread Peter Hultqvist
Joao Gomes Pereira skrev: Hello I just installed Jabberd2 and I would like to peer with all other jabber networks, including Gmail. To test this, I created 3 accounts: account A) in my own jabber server - accou...@xxx.xxx.xxx.xxx account B) in jabber.org (in jabber.org website) -

Communicate with website visitors in real time: Simple web based chat / IM

2009-04-24 Thread Michal Charemza
Hi, I'm looking to communicate with my website visitors in real time. Ideally if they send me a message it will appear in my jabber client. I have thought of a way to construct a 'naive' version: - Use a BOSH connection manager (like Punjab) and a JS library (like Strophe) - Use a single

Re: peering with Gmail

2009-04-24 Thread Bernd Holzmüller
Joao Gomes Pereira schrieb: Ok, but Im getting this error compiling jabberd 2.2.7.1: ssl.c: In function â_sx_ssl_clientâ: ssl.c:527: error: âSSL_OP_NO_TICKETâ undeclared (first use in this function) ssl.c:527: error: (Each undeclared identifier is reported only once ssl.c:527: error: for

Re: Communicate with website visitors in real time: Simple web based chat / IM

2009-04-24 Thread Tomasz Sterna
From: Michal Charemza michalchare...@gmail.com I'm looking to communicate with my website visitors in real time. Ideally if they send me a message it will appear in my jabber client. Use http://www.meebome.com/ (They use jabberd2 under the hood :D ) -- Tomasz Sterna Instant Messaging

Re: peering with Gmail

2009-04-24 Thread Bernd Holzmüller
Tomasz Sterna schrieb: [...] I will release 2.2.8 today. *gnaah* I spent some hours yesterday on preparing a jabberd2-update for *today* and today I spent another hour on the update itself. I guess we have to talk a bit about our schedules in future ;-D -- \\\||/// \\ - - // (

Re: problem compiling Jabberd2

2009-04-24 Thread Joao Gomes Pereira
the problem is solved adding theese lines #ifndef SSL_OP_NO_TICKET #define SSL_OP_NO_TICKET 0x4000L #endif in util/util_compat.h like explained here: http://jabberd2.xiaoka.com/changeset/747 Thanks Regards Joao Pereira Bernd Holzmüller wrote: Joao Gomes Pereira schrieb: Yes,

problem compiling Jabberd2

2009-04-24 Thread Joao Gomes Pereira
Hello I installed openssl and the problem remains. I just did yum install openssl Did you installed from source? Thanks Joao Pereira Bernd Holzmüller wrote: Joao Gomes Pereira schrieb: Ok, but Im getting this error compiling jabberd 2.2.7.1: ssl.c: In function â_sx_ssl_clientâ: ssl.c:527:

Re: Communicate with website visitors in real time: Simple web based chat / IM

2009-04-24 Thread Michal Charemza
On 24 Apr 2009, at 13:01, Tomasz Sterna wrote: From: Michal Charemza michalchare...@gmail.com I'm looking to communicate with my website visitors in real time. Ideally if they send me a message it will appear in my jabber client. Use http://www.meebome.com/ I guess I was hoping to not

Changing versions

2009-04-24 Thread Joao Gomes Pereira
Hello I was using Jabberd2 - 2.2.6 but now I instaleed the latest 2.2.7.1. Still, my problems with Gmail peering remain. So, how can I be sure wich JabberD2 version is running (2.2.6 or 2.2.7.1)? Is there any command to check that? Thanks regards Joao Pereira -- To unsubscribe send a mail to

Re: Changing versions

2009-04-24 Thread Bernd Holzmüller
Joao Gomes Pereira schrieb: Hello I was using Jabberd2 - 2.2.6 but now I instaleed the latest 2.2.7.1. Still, my problems with Gmail peering remain. So, how can I be sure wich JabberD2 version is running (2.2.6 or 2.2.7.1)? Is there any command to check that? you might want to check your

Re: Changing versions

2009-04-24 Thread Bernd Holzmüller
Joao Gomes Pereira schrieb: Hello Where can I find the s2s-logs? I think jabberd2 is writing its logs to syslog. It depends on your configuration ;-) It might be helpful to change your log-settings to log type='file' file/var/log/s2s.log/file /log or something similar. Or you can