cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1719
Views
0
Helpful
5
Replies

Generating Jabber ID on Jabber Secured Server

Can someone tell me how do i generate Jabber ID once i have logged into the Jabber Shared Server

5 Replies 5

npetrele
Cisco Employee
Cisco Employee

Hi Gulab,

I found your user name on the shared sandbox.  Are you still having problems?  Everything looks okay on the server.

Thanks,

Nick

Hi Nicholas,

So what I trying to do is run the below example in following link.

https://developer.cisco.com/site/jabber-websdk/learn/im-and-presence-how-to/use-jabber-im-ui-components/

When I do the reservation for shared endpoint lab. It send me some credential.

> Once VPN is established, you can connect to your device with the following:

> Username: gulabsinghsisodia58

> Password: cisco1234

> Device: CSFGULABSINF1C7

> Directory Number: 3228

Are these the jabber ids that I am suppose to receive from Shared Server.

If so then when I login using these IDs I get am error as "Invalid user name or password."

Can you please help me with this

Hi Gulab,

Try using this sample application, instead (attached to this message).  This is for a multi-user chat room, but I know it works. 

Just change this section to use your username and password.

            var demo_config = {

                httpBindingURL: "http://cup.psdtemea.cisco.com:7335/httpbinding",

                domain: "psdtemea.cisco.com",

                username: "yourusername",

                password: "yourpassword",

                chatroom: "testroom@muc.psdtemea.cisco.com",

                nickname: "nickname",

                unsecureAllowed: true

          };

Hi Nicholas,

Using this Demo code also it is giving me error " Invalid user name or password."

CAn you please  check if  the pub-local and cup servers are creating user account correctly. 


Thanks,

Gulab


You had 6 users on pub-local and 3 on cup.  I fixed gulabsinghsisodia58 for you.  That user name should work now.