Open GoogleCodeExporter opened 9 years ago
I have come accross the same problem, and after short investigation (I'm newbie
to libjingle) I suspect that the reason is that in the 0.6.14 implementation a
user without the "voice" capability cannot be added to the rooster
(immediatelly removed).
FriendInviteSendTask::Send( ) produces "Presence" stanza without "CAPS" section
- and when the receiver in PresencePushTask::HandlePresence( ) decodes the
sender status (having no CAPS info) it concludes that the sender is without the
"video" & "voice" capabilities.
When signing in to the XMPP server, both the sender and the receiver send
"Presence" stanzas to the XMPP server (broadcast?) - these stanzas include CAPS
info.
Original comment by piotr.l...@wp.pl
on 11 Jul 2012 at 8:57
Original issue reported on code.google.com by
sanjeev1...@gmail.com
on 10 May 2012 at 10:24