Changeset 63 for trunk/lib/DJabberd/Connection/ClientIn.pm
- Timestamp:
- 04/08/06 22:39:42 (4 years ago)
- Files:
-
- 1 modified
-
trunk/lib/DJabberd/Connection/ClientIn.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/DJabberd/Connection/ClientIn.pm
r54 r63 35 35 "{jabber:client}message" => 'DJabberd::Message', 36 36 "{jabber:client}presence" => 'DJabberd::Presence', 37 "{urn:ietf:params:xml:ns:xmpp-tls}starttls" => 'DJabberd::Stanza::StartTLS', 37 38 ); 38 39 my $class = $class{$node->element} or
