Closed GoogleCodeExporter closed 9 years ago
In basicportallocator.cc (line333). The libjingle checks if network is
available before issuing calls.
Does it answer your question?
Original comment by jun...@google.com
on 25 Jan 2011 at 10:24
Does this error get signaled to the application? Do we need to connect to any
signal to get this error?
basicportallocator.cc is for p2p connection. what when application is not using
p2p connection. Currently I am refering pcp sample and my main_thread->Run() is
not exiting if the network connection is lost.
Original comment by saru...@gmail.com
on 26 Jan 2011 at 3:43
I can get buzz::XmppEngine::STATE_CLOSED in case of xmpp connection breaks.
Original comment by greatfoolbear
on 26 Jan 2011 at 4:37
Are you using posix or windows socket? I tested with windows socket and it
worked for me but not on posix.
Original comment by saru...@gmail.com
on 29 Jan 2011 at 7:42
I test it in Windows.
Original comment by greatfoolbear
on 30 Jan 2011 at 2:23
Google Talk XMPP server also support XEP-0199
(http://xmpp.org/extensions/xep-0199.html)
You can implement a Ping check to detect the connectivity.
Original comment by jun...@google.com
on 29 Jun 2011 at 10:13
Original issue reported on code.google.com by
saru...@gmail.com
on 17 Jan 2011 at 11:49