I'm trying to use Psi with Zimbra aswell.
Currently we're running a ejabberd server, with all users using psi, but we'd like to strip this ejabberd and use the chat function of Zimbra.
I tried to setup my zimbra account in PSI, but it fails, whereas I got more success using pidgin (on port 5223).
I read this thread, any
others but I still get this XML Parsing Error.
Here is the settings I used :
Account Tab :
user@MYDOMAIN.com (which is also my email)
(All other tabs are default)
Ports :
I can telnet 5222 and 5223 from client host.
DNS : (mail.MYDOMAIN.com hosts Zimbra, also the MX record of my domain)
Code:
dig _xmpp-client._tcp.MYDOMAIN.com. SRV
; <<>> DiG 9.6.2-P1-RedHat-9.6.2-3.P1.fc11 <<>> _xmpp-client._tcp.MYDOMAIN.com. SRV
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7297
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 5
;; QUESTION SECTION:
;_xmpp-client._tcp.MYDOMAIN.com. IN SRV
;; ANSWER SECTION:
_xmpp-client._tcp.MYDOMAIN.com. 600 IN SRV 5 0 5223 mail.MYDOMAIN.com.
------------------------
dig _xmpp-server._tcp.MYDOMAIN.com. SRV
; <<>> DiG 9.6.2-P1-RedHat-9.6.2-3.P1.fc11 <<>> _xmpp-server._tcp.MYDOMAIN.com. SRV
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5026
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 5
;; QUESTION SECTION:
;_xmpp-server._tcp.MYDOMAIN.com. IN SRV
;; ANSWER SECTION:
_xmpp-server._tcp.MYDOMAIN.com. 600 IN SRV 5 0 5269 mail.MYDOMAIN.com.
------------------------
dig _jabber._tcp.MYDOMAIN.com. SRV
; <<>> DiG 9.6.2-P1-RedHat-9.6.2-3.P1.fc11 <<>> _jabber._tcp.MYDOMAIN.com. SRV
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42066
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 5
;; QUESTION SECTION:
;_jabber._tcp.MYDOMAIN.com. IN SRV
;; ANSWER SECTION:
_jabber._tcp.MYDOMAIN.com. 600 IN SRV 5 0 5269 mail.MYDOMAIN.com.
Am I missing something ? (I guess I do, some got it working :P)
thanks