Jabber::RPC - Jabber-RPC Implementation


Jabber-RPC documentation Contained in the Jabber-RPC distribution.

Index


Code Index:

NAME

Top

Jabber::RPC - Jabber-RPC Implementation

SYNOPSIS

Top

See documentation for Jabber::RPC::Server and Jabber::RPC::Client.

DESCRIPTION

Top

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.

VERSION

Top

early

AUTHOR

Top

DJ Adams

SEE ALSO

Top

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


Jabber-RPC documentation Contained in the Jabber-RPC distribution.

# Jabber-RPC
# (c) DJ Adams 2001

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

package Jabber::RPC;

use vars qw($VERSION);

$VERSION = '0.01';

1;