zf8848 / libjingle

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

How to handle a new buddy's invite? #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log in using your own gtalk client (e.g. call)
2. Using another account, invite the user of step 1 to talk
3.

What is the expected output? What do you see instead?
Gtalk client used in step 1 receive a invitation message from user of step 2

What version of the product are you using? On what operating system?
libjingle 0.5 - Ubuntu

Please provide any additional information below.
Could someone help me to handle this kind of event? Thanks

Original issue reported on code.google.com by diego.cd...@gmail.com on 20 Dec 2010 at 10:43

GoogleCodeExporter commented 9 years ago
Libjingle uses the same "pub-sub" model described in RFC 3920
https://datatracker.ietf.org/doc/rfc3920/

The "call" sample code doesn't have this functionality. It only support 
"invite".

Original comment by jun...@google.com on 7 Jan 2011 at 1:51

GoogleCodeExporter commented 9 years ago
I've solved my problem using this reference. Thanks

Original comment by diego.cd...@gmail.com on 2 Feb 2011 at 5:52