Open GoogleCodeExporter opened 8 years ago
I just getting started with Jabber, but today I installed Openfire (OSX) and I'm
communicating with the JabberNet samples I've tried.
Original comment by ksp...@gmail.com
on 13 Mar 2009 at 8:04
Looks like you're configured incorrectly. Can you post what you expect your
JID and NetworkHost to be?
Original comment by hil...@gmail.com
on 13 Mar 2009 at 8:37
Hi,
I was having the same error and it is solved by setting proper parameters from
server and client.
I am pasting my code to make you understand more.
jc.User = "stb001@whdev1-pc"; // jid.User - avoid ip here.
jc.Server = "whdev1-pc"; //jid.Server - This cause problem. I used host name.
jc.Resource = "test"; // jid.Resource - any rsource name.
jc.NetworkHost = "10.0.0.152"; // NetworkHost - server ip or host
I am attaching screenshot in which you can see when one user send request the
jabber.net client process request as shell command and send response back to
another user.
Original comment by sunnyrajwadi@gmail.com
on 14 Jul 2011 at 4:33
Attachments:
jc.User should be just the node/localpart portion of the JID. "stb001" in your
example.
Original comment by hil...@gmail.com
on 15 Jul 2011 at 9:45
I also had this issue and fixed it by using the server's name instead of IP
address. For example, I had OpenFire installed on localhost (127.0.0.1), but I
had to specify my PC's name (home-pc) as the server for it to authenticate
successfully, even if it could establish a connection with the IP address.
Original comment by krome...@gmail.com
on 29 Nov 2013 at 11:04
Original issue reported on code.google.com by
dschimei...@googlemail.com
on 14 Jan 2009 at 9:22