The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:SMS-Handler sms"

SMS::Handler - Base class for processing SMS messages in sms-agent River stage zero No dependents

This module implements the base implementation (virtual class) for a class that processes SMS messages. SMS messages will be passed as a hash reference, which contains the following keys. "source_addr_ton" The TON for the source address of the SMS. "...

LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC

SMS::Handler::Ping - Simple test for SMS::Handler River stage zero No dependents

This module implements a simple responder class. It will respond to any message directed to the specified phone number, with the specified message. The following methods are provided: "->new()" Creates a new "SMS::Handler::Ping" object. It accepts pa...

LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC

SMS::Handler::Utils - Utility functions used by some SMS::Handler modules River stage zero No dependents

This module provides various utility functions for use by "SMS::Handler::..." modules. The exported functions are: "Split($msg)" Separates an incoming SMS into a command and body section. It is separated either by the first newline or the first occur...

LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC

SMS::Handler::Email - Process Email related commands River stage zero No dependents

This module implements a simple responder class. It will respond to any message directed to the specified phone number, with the specified message. The Email message is assumed to be in ISO-8859-1 (Latin1) encoding. Mappings are provided to convert t...

LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC

SMS::Handler::Invoke - Invoke a user-supplied method on a SMA River stage zero No dependents

Invokes the method passed as the only argument to the "->new()" method, passing the SMS sent to its "->handle()" method. This is useful to implement quick transforms in the source or destination numbers, or implementing custom message handling. The s...

LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC

SMS::Handler::Blackhole - Collect any unhandled message River stage zero No dependents

This module implements a simple responder class which simply collects any message received. Normally, it should be included as the last object in a handler list. The following methods are provided: "->new()" Creates a new "SMS::Handler::Blackhole" ob...

LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC

SMS::Handler::Dispatcher - Helper class for dispatch - based SMS handlers River stage zero No dependents

This module provides a base class that implements a dispatch table based on the commands contained in the given SMS. Commands consist of words (sequences of characters matching "\w") or its abbreviations preceded by a single dot. The following method...

LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC
7 results (0.026 seconds)