Re: Integrating cutechat and messenger with our own communication Portal

  •  02-03-2009, 10:31 PM

    Re: Integrating cutechat and messenger with our own communication Portal

    Hi,
     
    Here is the code example:
     
    You need override the public override AppDataManager CreateDataManagerInstance(AppPortal portal)
    and implement these methods:
    public override IChatUserInfo[] GetContacts(ChatIdentity identity)
    public override void AddContact(ChatIdentity identity, string userid)
    public override void RemoveContact(ChatIdentity identity, string userid)
     
     
     
    Regards,
    Terry
View Complete Thread