Cedrus-1 / asmack

Automatically exported from code.google.com/p/asmack
Other
0 stars 0 forks source link

Need to Provide extensions like voice-1, video-1 in Presence #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What are you doing to produce the error?
1.
2.
3.

What is the expected output?

What do you see instead? (Please attach a debug enabled logcat)

What version of aSmack / Android / Device do you use?Android 2.2, aSmack trunk

What server do you use? Is there a public server to reproduce the problem?
I am trying to evaluate the efforts required to get Jingle working with Android 
for voice and video calling. When connecting to gmail, I don't see the proper 
exchange to enable voice and video features.  

<presence to="]" from="" >
<priority>24</priority>
<caps:c xmlns:caps="http://jabber.org/protocol/caps" 
node="http://mail.google.com/xmpp/client/caps" ver="1.1" ext="pmuc-v1 sms-v1 
camera-v1 video-v1 voice-v1" />
<status/>
<x xmlns="vcard-temp:x:update">
<photo></photo>
</x>
</presence>

or doing similar to

<iq from="" type="result" to="" id="aabaa" >
<query xmlns="http://jabber.org/protocol/disco#info" 
node="http://psi-im.org/caps#ca" >
<identity category="client" type="pc" name="Psi" />
<feature var="urn:xmpp:jingle:1" />
<feature var="urn:xmpp:jingle:transports:ice-udp:1" />
<feature var="urn:xmpp:jingle:apps:rtp:1" />
<feature var="urn:xmpp:jingle:apps:rtp:audio" />
</query>
</iq>

I am sorry if I am posting in an issue format, but i did not see a mailing list 
or any other place to post it. Please advice via a post or email to my id.
What else might help us to reproduce and hunt down the problem?

Original issue reported on code.google.com by alex9...@gmail.com on 20 Dec 2010 at 11:26