ICQ taglib ver. 1.2

    Custom JSP taglib lets you send messages to ICQ. So with this taglib your web application will be able to communicate with this popular IM. For example:
 


<%@ taglib uri="taglib.tld" prefix="im" %>

<im:sendICQ to="31179494896" from="Your Name" fromEmail="your@email.address.com">
 How are you?
</im:sendICQ>

Note: it is not a real ICQ number!

Tags are:

sendICQ

Body tag sends ICQ message to the given number (address). Parameters are:

1) to Describes a target address (ICQ number).
2) from Describes a name for the sender.
3) fromEmail Describes an email address for the sender.
4) proxyHost Optional parameter. Describes an address for your proxy. By default tag assumes a direct connection to the Net.
5) proxyPort Optional parameter. Describes a port for your proxy.

for downloading:

Library: icqtag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.