Changeset 822e9bd for commands.c

Timestamp:
Oct 15, 2011, 8:17:21 PM (13 years ago)
Author:
Jed Davis <jld@panix.com>
Children:
87d7e14
Parents:
ef4074b
git-author:
Jed Davis <jld@panix.com> (10/15/11 19:57:06)
git-committer:
Jed Davis <jld@panix.com> (10/15/11 20:17:21)
Message:
Fix SASL digest-uri to be acceptable to ejabberd.

This is, approximately, 68ad6bc and 8fe68e0 from the XML-Stream
repo.  The problem is that, if example.com pointed SRV records at
foo.example.com, we'd send "xmpp/foo.example.com" (which is, arguably,
what RFC 2831 calls for, but community consensus seems to disagree)
rather than "xmpp/example.com".

ejabberd would also accept "xmpp/foo.example.com/example.com", and
that would follow RFC 2831 more closely, but I don't want to introduce
divergence from the upstream unless there's an observed interoperability
problem that would be fixed by it.
(No files)

Note: See TracChangeset for help on using the changeset viewer.