-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hello
I use openfire 4.0.2 on windows 7 and sharp.xmpp to communicate with the server. Everything worked fine during the testing phase when i used the same name for hostname and server name. I used the example of xmpp connection found in the documentation.
I tried to reinstall the server using a different name for server name and I am unable to connect to the server. The instruction client.connect() rise an exception of type: Exception:Sharp.Xmpp.XmppErrorException: Session establishment failed.
I saw that issue #9 already talks about this exception and tried to enable log plugin to have more
information about the bug, but logs are totally unreadable.
Is there any special configuration to change when both server and host name are different or did I miss something ?