| Jabber-RPC documentation | Contained in the Jabber-RPC distribution. |
Jabber::RPC - Jabber-RPC Implementation
See documentation for Jabber::RPC::Server and Jabber::RPC::Client.
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.
early
DJ Adams
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;