Modify ↓
Opened at 2009-11-26T10:56:35Z
Closed at 2010-03-14T17:00:44Z
#547 closed defect (fixed)
Sending "<?xml version='1.0' ?>" breaks connection when ssl/tls on port 5222
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BitlBee | Version: | 1.2.3 |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
Remember to update: protocols/jabber/io.c
greet = g_strdup_printf( "<?xml version='1.0' ?>"
"<stream:stream to=\"%s\" xmlns=\"jabber:client\" "
"xmlns:stream=\"http://etherx.jabber.org/streams\" version=\"1.0\">", jd->server );
Attachments (0)
Change History (1)
comment:1 Changed at 2010-03-14T17:00:44Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fix is finally checked in. I tested it against your server which is now properly giving me an auth. failure instead.
changeset:devel,504.