Changeset 862
- Timestamp:
- 03/27/09 05:47:45 (8 months ago)
- Location:
- trunk/DJabberd
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
lib/DJabberd/Connection/ServerOut.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DJabberd/CHANGES
r825 r862 1 - Small tweak to comment and logging in DJabberd::Connection::ServerOut 2 (Alex Vandiver <alexmv@bestpractical.com>) 3 1 4 - Don't treat hostnames that look like 192.168.0.1.domain.com as IP 2 5 addresses. (Reported by Domrachev Ivan <domrachev.ivan@gmail.com>). -
trunk/DJabberd/lib/DJabberd/Connection/ServerOut.pm
r650 r862 1 # outgoing connection to another server for the sole purpose of verifying a dialback result.1 # outgoing connection to another server, including setting up dialback secret 2 2 package DJabberd::Connection::ServerOut; 3 3 use strict; … … 78 78 $self->log->debug("We got a stream back from connection $self->{id}!\n"); 79 79 unless ($ss->announced_dialback) { 80 $self->log->warn("Connection $self->{id} doesn't support dialbac l, failing");80 $self->log->warn("Connection $self->{id} doesn't support dialback, failing"); 81 81 $self->{queue}->on_connection_failed($self, "no dialback"); 82 82 return;
