Ticket #22 (closed runtime problem: worksforme)
unable to authenticate with some jabber servers
| Reported by: | porridge | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | jabber |
| Version: | SVN | Keywords: | jabber authentication user domain |
| Cc: |
Description
The following line in jabber_handle_stream_features() means that it is impossible to authenticate with a server which requires the whole "user@domain" string (rather than just "user").
string_append_n(str, s->uid+5, xstrchr(s->uid+5, '@')-s->uid-5);
I don't know what the standards dictate, but at least an option that would control this behaviour would be useful.
Change History
Note: See
TracTickets for help on using
tickets.
