The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Jabber-RPC
# (c) DJ Adams 2001

# $Id: RPC.pm,v 1.1.1.1 2001/09/24 11:23:01 dj Exp $

=head1 NAME

Jabber::RPC - Jabber-RPC Implementation

=head1 SYNOPSIS

See documentation for Jabber::RPC::Server and Jabber::RPC::Client.
  
=head1 DESCRIPTION

Jabber::RPC is a library that implements Jabber-RPC for Perl.
The library consists of two modules, Jabber::RPC::Server and
Jabber::RPC::Client. Please refer to the documentation for these
two modules for more information.

=head1 VERSION

early

=head1 AUTHOR

DJ Adams

=head1 SEE ALSO

Jabber::RPC::HTTPgate, Jabber::Connection

=cut

package Jabber::RPC;

use vars qw($VERSION);

$VERSION = '0.01';

1;