
Catalyst::Helper::Model::JabberRPC - Helper for JabberRPC models

script/myapp_create.pl model RemoteService JabberRPC myserver.org user:password jrpc.myserver.org/rpc-server

Helper for the Catalyst JabberRPC model.

When creating a new JabberRPC model class using this helper, you can specify much of the configuration and have it filled automatically. Using the example from the "SYNOPSIS" section:
RemoteService
The name of the model. This is also used to determine the filename, e.g. lib/MyApp/Model/RemoteService.pm.
JabberRPC
The helper to use, i.e. this one.
myserver.org
The same as the server arg. passed to Jabber::RPC::Client.
user:password
The same as the identauth arg. passed to Jabber::RPC::Client.
jrpc.myserver.org/rpc-server
The same as the endpoint arg. passed to Jabber::RPC::Client.

Makes the JabberRPC model class.
Makes tests for the JabberRPC model.


Florian Merges <fmerges@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.