zf8848 / libjingle

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

Is MUC fully implemented? #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi is MUC fully implemented in libjingle 0.5.1?
because there is no command specified to create a room or send message to the 
room. Please clearify a bot on MUC.

Original issue reported on code.google.com by satya.bh...@gmail.com on 22 Nov 2010 at 12:57

GoogleCodeExporter commented 9 years ago
Yes, the MUC is available in libjingle 0.5.1.
If you run "./call", you will see there are commands for MUC:
join [room]
invite user [room]
The bot is a simple implementation of XMPP which automatically echoes back 
every message with an identical message. This type of contacts are typically 
called Bots.

Original comment by jun...@google.com on 22 Nov 2010 at 7:58

GoogleCodeExporter commented 9 years ago
Ya i can see the comands Join and invite but when i type only join then it 
enters in a predefined room "private-chat-<GUID>@groupchat.google.com". when i 
send the invite using "invite user GUID" then it throws "Not in room GUID". Why 
this error when i already joined the room??
One more thing if invited then will sending message will be same as send a chat 
"send jid msg"??

Original comment by satya.bh...@gmail.com on 23 Nov 2010 at 2:36

GoogleCodeExporter commented 9 years ago
Unfortunately that I've just confirmed with our Engineer team that this feature 
currently does not work. I've file an internal ticket for tracking this issue. 
I'll update once it gets fixed.

Original comment by jun...@google.com on 23 Nov 2010 at 5:15

GoogleCodeExporter commented 9 years ago
Issue 90 has been merged into this issue.

Original comment by jun...@google.com on 23 Nov 2010 at 5:19

GoogleCodeExporter commented 9 years ago
thank you for your prompt reply.

Original comment by satya.bh...@gmail.com on 23 Nov 2010 at 7:49

GoogleCodeExporter commented 9 years ago
Altough there is options regarding MUC in the call example I couldn't use it. 
How it supposed to work? And it seems that there is a lot of code in libjingle 
to deals with video calls in a MUC (video conference). Does libjingle intend to 
support this in a near future? This would be great (but even Gtalk only 
supports chat inside a MUC). Thanks.

Original comment by diego.cd...@gmail.com on 18 May 2011 at 6:28

GoogleCodeExporter commented 9 years ago
Download the latest libjingle from the Source location. The MUC support should 
be available in this build.
If you know the MUC-jid, you can use "join" and "vcall" command.
If it's a new meeting, or you only know the meeting name, then use "ljoin" and 
"vcall".

"ljoin" takes "meeting name", "full qualified meeting name".

Original comment by jun...@google.com on 20 May 2011 at 10:43

GoogleCodeExporter commented 9 years ago
how send msg in muc

Original comment by triaphoo on 17 Nov 2011 at 12:26

GoogleCodeExporter commented 9 years ago
Example on Windows (Change call.exe to call if on other platforms):
call.exe -d 
--videoinput=..\..\..\session\phone\testdata\h264-svc-99-640x360.rtpdump 
--voiceinput=..\..\..\session\phone\testdata\voice.rtpdump 
--videooutput=vout.rtpdump --voiceoutput=aout.rtpdump

After signed in, type in the following command:
ljoin <meeting name string>
vcall

Original comment by jun...@google.com on 17 Nov 2011 at 5:16