SteelRiceContainer / libjingle

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

Unable to create a MUC room with the libjingle call example #378

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compiled libjingle 0.6.14
2. run "call" example 
./call -d -a --voiceinput ./voice.rtpdump --videoinput ./video.rtpdump 
--voiceoutput voiceout.rtpdump --videooutput videoout.rtpdump
3. type "ljoin roomtest"

What is the expected output? What do you see instead?

From other posts I would expect that if the room did not exist that it would be 
created.  Instead I see the following:

ljoin roomtest
SEND >>>>>>>>>>>>>>>> : Tue Jul 24 10:33:40 2012
   <iq type="set" to="lookup.groupchat.google.com" id="10">
     <query xmlns="jabber:iq:search">
       <room-name>
         roomtest
       </room-name>
       <room-domain>
         gmail.com
       </room-domain>
     </query>
   </iq>
RECV <<<<<<<<<<<<<<<< : Tue Jul 24 10:33:40 2012
   <iq to="welker.tristan@gmail.com/call94B1DFE8" from="lookup.groupchat.google.com" id="10" type="result">
     <query xmlns="jabber:iq:search"/>
   </iq>
Room lookup failed.

What version of the product are you using? On what operating system?
libjingle version - 0.6.14
OS - Linux

Please provide any additional information below.
Standard video calls work fine.

Is there another way to create a room?  Do I have to have credentials?  I have 
not changed the server settings.  
pmuc = groupchat.google.com
server = talk.google.com

Original issue reported on code.google.com by wells.tr...@gmail.com on 24 Jul 2012 at 5:42

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 31 May 2013 at 8:42