I just set up a clean install of Openfire 3.8 on one of my domain controllers running Active directory integration. My problem is that the Pandion chat client fails to connect to the server with the following debugging output.
EVNT: Connecting to lmssrvc
SENT: ?xml version="1.0"?>
SENT: stream:stream to="lmsgrouptx.local" xml:lang="en" xmlns="jabber:client" xmlns:stream="
http://etherx.jabber.org/streams" version="1.0">
RECV: ?xml version='1.0' encoding='UTF-8'?>
RECV: stream:features xmlns="jabber:client" xmlns:stream="
http://etherx.jabber.org/streams">PLA...
SENT: starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
RECV: proceed xmlns:stream="
http://etherx.jabber.org/streams" xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
SENT:
RECV: ?xml version='1.0' encoding='UTF-8'?>
RECV: stream:features xmlns="jabber:client" xmlns:stream="
http://etherx.jabber.org/streams">PLA...
SENT: auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN">AHJ6aXR0ZWwA
RECV: /stream:stream>
EVNT: Disconnected
What is the brick wall i am running into?