Giter VIP home page Giter VIP logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024

Original comment by [email protected] on 6 Jun 2011 at 8:06

  • Changed state: Started

from idoubs.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024

Original comment by [email protected] on 11 Sep 2011 at 10:11

  • Changed state: Accepted

from idoubs.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
when to support this feature? 

Original comment by [email protected] on 9 Feb 2012 at 8:32

from idoubs.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
The functions are already present in the iDoubs application.  You're able to 
subscribe and publish your presence to the server (see testPresence). But I 
haven't got it working because I need the XCAP contact list. Or is there 
another reason why my presence isn't notified by other clients? 

Greetings

Original comment by [email protected] on 6 Apr 2012 at 9:13

from idoubs.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
[deleted comment]

from idoubs.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
I tried to use the publish and unpublish methods from NgnPublicationSession
When I say publish in telePresence app, it works (after a bit of modifications 
though). But when I try to unpublish, the code gives Bad Access. Saw it in 
detail, unpublish leads to a recursive call in NgnPublication Session. Here it 
is:

-(BOOL)unPublishWithConfig:(ActionConfig*)_config{
    return [self unPublishWithConfig:_config];
}

-(BOOL)unPublish{
    return [self unPublishWithConfig:nil];
}

Is there anything I have missed out. Kindly help resolve!!

Original comment by [email protected] on 10 Sep 2013 at 7:11

from idoubs.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
I have the same issue.
Its a recursive function,Any one got the solution for this.

Original comment by [email protected] on 26 Dec 2013 at 1:29

from idoubs.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
may be it's supposed to be:
return _mSession->unPublish(_config);
instead of 
return [self unPublishWithConfig:_config];

Original comment by [email protected] on 20 Nov 2014 at 11:49

from idoubs.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 11, 2024
https://code.google.com/p/idoubs/source/detail?r=268

Original comment by [email protected] on 20 Nov 2014 at 4:55

  • Changed state: Fixed

from idoubs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.