« Back to Installation

RE: how to config user on cisco unified presence

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello
      I config Jabber IM & Presence to connect with my server but I can't to login with username audn password, I get message from server like "Atteming to connect" every time, when I try to connect. How to solve this problem?
Thank you for help
Lohkaeo

Are you trying to run sampleclinet.html? Could you please share the demo_config setting?
Howard
 

Thank you Ting-Hao Chen
                 This is my config
                var demo_config = {
    domain: "xxxxx.com",
    maxGraphAge: 5,
    unsecureAllowed: true,
    atSymbolAllowed: false,
    logPersistence: false,
    serviceDiscoveryEnabled: false,
    httpBindingURL: "https//my_cup_server_ip:7335/httpbinding"
};
Now I get return message like this "Contact with JID aaaa@xxxxx.com is registered with the entity set, Roster fetch complete", but I can't redirect page to chat  page. 
 

There seems to have some redirection problem in latest SDK, could you please download version 8.51 and try?
Thanks,
Howard

Thank you Ting-Hao Chen, it's work find. I can login and redirect to chat page.
Lohkaeo