Hello,<br><br>I'm running fs 1.0.2 on CentOS 5.2<br><br>I've been trying to setup my fs to talk with googletalk following the instructions in <a href="http://wiki.freeswitch.org/wiki/Mod_dingaling#Sample_Configuration">http://wiki.freeswitch.org/wiki/Mod_dingaling#Sample_Configuration</a><br>
<br>I got the error of TLS not supported so i:<br>INSTALLED: <br>yum install gnutls-devel gnutls<br>REMOVED:<br>rm -f /usr/src/freeswitch-1.0.2/libs/iksemel/.complete<br>rm -f /usr/src/freeswitch-1.0.2/libs/libdingaling/.complete<br>
RE-INSTALLED<br>cd /usr/src/freeswitch-1.0.2/<br>make sure<br>make installall<br><br>Even after this i keep getting the same error on the console.<br>This is the error:<br><pre>2009-01-15 14:06:02 [INFO] libdingaling.c:1304 on_log() RECV:<br>
-------------------------------------------------------------------------------<br><stream:stream from="<a href="http://gmail.com">gmail.com</a>" id="E607DA864F13575A" version="1.0" xmlns:stream="<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>" xmlns="jabber:client"></stream:stream><br>
<br>2009-01-15 14:06:02 [DEBUG] libdingaling.c:1175 on_stream() TLS NOT SUPPORTED IN THIS BUILD!<br><br>2009-01-15 14:06:02 [INFO] libdingaling.c:1304 on_log() RECV:<br>-------------------------------------------------------------------------------<br>
<stream:features><br> <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><br> <required></required><br> </starttls><br> <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><br>
<mechanism>X-GOOGLE-TOKEN</mechanism><br> </mechanisms><br></stream:features><br></pre><br>
and now when i *shutdown* my fs, the core gets dumped when trying to stop mod_dingaling:<br>2009-01-15 14:14:21 [CONSOLE] switch_loadable_module.c:1231 do_shutdown() Stopping: mod_dingaling<br>Segmentation fault<br><br>Thank you for any help or suggestions you can give me.<br>
<br><br>