Closed GoogleCodeExporter closed 9 years ago
I am wondering if google talk supports MUC.
in call.exe ljoin muc_room does lookup muc rooms.
if muc rooms exits you join then.
if muc rooms doesn't exist, it create new room and you join finally.
But you failed in the step of configuring room.
After you finish configuration of room, you can join then.
You can test it in you test com or other xmpp server...
Original comment by adam1988...@gmail.com
on 1 Feb 2012 at 2:55
how can i test other xmpp server in libjingle?
Original comment by lvyi...@gmail.com
on 1 Feb 2012 at 3:08
if you are trying to do with other xmpp server you should change some code...
like "gmail.google.com" to "other.domain.com", "talk.google.com" to
"talk.other.domain.com".
Because call example has hard code like i mentioned.
I'd like to give you an advise that you'd better contact with libjingle
developer like pthatcher, Jun.
It might be a little bit long to get an answer from them,
But i think that is the fastest way to solve your problem.
Original comment by adam1988...@gmail.com
on 1 Feb 2012 at 3:47
Tested with libjingle 0.6.10. the "ljoin" works just fine.
Original comment by jun...@google.com
on 9 Feb 2012 at 11:37
Hello there,
i have a query regarding to implementation of libjingle .
in libjingle the XMPP server address is hard coded and it is google server.
i want to use my XMPP server which is installed in my system,so for using that,
what change we need to make in source code.
Original comment by sanjeev1...@gmail.com
on 2 May 2012 at 6:42
Original issue reported on code.google.com by
lvyi...@gmail.com
on 31 Jan 2012 at 9:17