Hey everyone,
Hope this is the correct place to post. I'm trying to setup a jabber
server to get a pubsub feed. But trying to add
twi...@twitter.com to
roster or sending 'help' I get error:
<error code="404" type="cancel"><remote-server-not-found
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error>
From debug log:
2008.06.18 11:38:38 ServerDialback: OS - Unexpected answer in
validation from:
twitter.com id: 9fe36a07 for domain:
bot30.com
answer:<stream:error xmlns:stream="
http://etherx.jabber.org/
streams"><host-unknown xmlns="urn:ietf:params:xml:ns:xmpp-streams"/></
stream:error>
I have the SRV record setup:
dig _xmpp-server._
tcp.bot30.com any
dig _jabber._
tcp.bot30.com any
;; ANSWER SECTION:
_xmpp-server._
tcp.bot30.com. 3600 IN SRV 10 0 5269
jabber.bot30.com.
;; ANSWER SECTION:
_jabber._
tcp.bot30.com. 3600 IN SRV 10 0 5269
jabber.bot30.com.
Does anyone have any idea what I'm missing?
Thank you !!!