MOSS 2007 and Cute Chat integration

Last post 10-21-2010, 8:08 PM by Adam. 9 replies.
Sort Posts: Previous Next
  •  04-13-2010, 2:33 AM 60044

    MOSS 2007 and Cute Chat integration

    Hi,
     
    Does cute chat support MOSS 2007 integration.
     
    If yes, i would like to have a sample class file on the Membership Database Integration.
     
    The example provided on the developers guide is not that clear. It will be really great if you can provide an example class file. So i can test it out with Moss 2007.
     
    Importantly, if i used Windows authentication what value should i set in the following functions
     
    public override AppChatIdentity GetLogonIdentity()
    {
        need to find the information of current user. Return null if user is anonymous.

        string loginname=...
        string nickname=...
        return new AppChatIdentity(nickname, false, ToUserId(loginname), HttpContext.Current.Request.UserHostAddress);
    }
    public override bool GetUserInfo(string loginName, ref string nickName, ref bool isAdmin)
    {
           return false , if the loginName is invalid.
           otherwise set the nickName and isAdmin , and return ture
    }
    public override bool ValidateUser(string loginName, string password)
    {
            check the username/password . 
            if valid , set the cookie.
    }

    Thanks and Regards,
     
    Strikingknife
     
     
     
     
    Filed under:
  •  04-13-2010, 8:17 AM 60049 in reply to 60044

    Re: MOSS 2007 and Cute Chat integration

    Dear strikingknife,
     
    Cute Chat supports MOSS 2007 integration, we are working on it and will release it soon later,  I have sent you the beta version .Hope it helps.
     
    Regards,
    Eric
  •  04-15-2010, 4:30 AM 60127 in reply to 60049

    Re: MOSS 2007 and Cute Chat integration

    Hi Eric,
     
    Thanks for your email and i am in the process of evaluating it.
     
    It will be great if you can provide me details on the following.
     
    1. How many concurrent users Cute chat will be able to support and what are the preferred set up
    2. My Environment is Load Balanced Environment and for MOSS 2007 version of Cute Chat how to enable it.
    Kindly Advise,
     
    Thanks and Regards,
     
  •  04-15-2010, 8:21 AM 60138 in reply to 60127

    Re: MOSS 2007 and Cute Chat integration

    Dear strikingknife,
     
    1. A single server can support about 4000 current users in CuteChat 5.1
     
    Regards,
    Eric
  •  04-16-2010, 4:58 AM 60169 in reply to 60138

    Re: MOSS 2007 and Cute Chat integration

    Hi Eric,
     
    Thanks for the info,
     
    In the messenger , add contact is not working for MOSS versions. Would you be able to help on this ?
     
    Is there any custom settings should i need to do
     
    Apart from this, worthwile to mention the cute chat features are really impressive
     
    Kindly Advise,
     
    Thanks and Regards,
     
    Filed under:
  •  04-18-2010, 8:29 PM 60201 in reply to 60169

    Re: MOSS 2007 and Cute Chat integration

    Hi Eric,
     
    Any updates on this issue ?
     
    Kindly Advise,
     
  •  04-19-2010, 4:56 AM 60210 in reply to 60201

    Re: MOSS 2007 and Cute Chat integration

    Hi Eric,
     
    I managed to solve the Messenger problem, but now stuck with another one.
     
    I really need ur advise asap.
     
    When i use the cute chat for the sharepoint site with Forms authentication, i am having the error
     
    Connection to the server lost . The license file is not found
     
    any idea why is this happening.
     
    please advise asap
     
     
  •  04-25-2010, 9:07 PM 60389 in reply to 60210

    Re: MOSS 2007 and Cute Chat integration

    Any updates on this issue ? please advise ?
  •  05-29-2010, 4:41 AM 61431 in reply to 60389

    Re: MOSS 2007 and Cute Chat integration

    we are also having this problem when we integrate cutechat with sharepoint.  The problem is  intermittent.
  •  10-21-2010, 8:08 PM 64569 in reply to 61431

    Re: MOSS 2007 and Cute Chat integration

View as RSS news feed in XML