Changeset 863
- Timestamp:
- 03/27/09 18:35:01 (12 months ago)
- Location:
- trunk/DJabberd
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
lib/DJabberd/Connection/ServerOut.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DJabberd/CHANGES
r862 r863 1 - Remove the stream:features-in-dialback quirk hack, since it breaks 2 interop with a few different implementations and is incorrect 3 per spec. This may break interop with some other implementation, 4 but we've been unable to determine which one, so I'm assuming 5 that it's no longer an issue. 6 (Alex Vandiver <alexmv@bestpractical.com>) 7 1 8 - Small tweak to comment and logging in DJabberd::Connection::ServerOut 2 9 (Alex Vandiver <alexmv@bestpractical.com>) -
trunk/DJabberd/lib/DJabberd/Connection/ServerOut.pm
r862 r863 85 85 $self->log->debug("Connection $self->{id} supports dialback"); 86 86 87 if ($ss->version->supports_features) {88 # they can eat a dick for all we care. they get no features.89 # what is this weird XMPP 1.0 + old-school Dialback world anyway?90 # maybe we're still confused. FIXME: care.91 my $features = "<stream:features></stream:features>";92 $self->write($features);93 $self->log->debug("$self->{id} sending '$features'");94 }95 96 87 my $vhost = $self->{queue}->vhost; 97 88 my $orig_server = $vhost->name;
