On 18/10/11 11:08, Dawid Nowak wrote:
Hi,

In my setup I am trying to connect to "Openfire" server over jabber
protocol. The authentication is over an unencrypted channel and
DIGEST-MD5 method is used.

When I am running Empathy with default package ("telepathy-gabble/natty
uptodate 0.11.10-1ubuntu1") everything works fine.

When I switch to my development library based on current development
stream I am getting "not unauthorized" response from "Openfire".

I suppose the problem could be on either side:
1. telepathy generates the wrong response to the challenge from
"Openfire"
2. somehow comparison on "openfire" fails.

Any suggestions on how to debug this problem would be appreciated.

In your Gabble git tree, try:

  git submodule update
  cd lib/ext/wocky
  git revert 891dfc76
  cd -
  make

And then see if you can authenticate. I suspect this recent change to Wocky's DIGEST-MD5 implementation: <http://cgit.freedesktop.org/wocky/commit/?id=891dfc76>.

--
Will
_______________________________________________
telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to