Menu

jsnpp - Java SNPP API / News: Recent posts


jsnpp-0.3.1 Unleashed

jsnpp is a java API for SNPP transactions, enabling a java application to send messages to pagers.

User 'cainey' wrote in to point out that I am, indeed, a total nub and don't know how to use String.concat() from my elbow. Well he was right, and that was preventing use of the LOGI command for username/password authentication.

He also let me know that, for some unknown reason, HylaFAX SNPP servers use a response code of 230 for success, despite the RFC specifying 250, and having no mention of 230 at all. I've decided to play nice and added 230 as an acceptable response code for the LOGI command.... read more

Posted by Don Seiler 2006-02-01

jsnpp 0.3.0 Released

jsnpp is a java API for SNPP transactions, enabling a java application to send messages to pagers.

Changed build process to put version in jsnpp jar file name, like all good libs should. This one will be jsnpp-0.3.0.jar.

Added in password support for LOGI command, just call Message.setLogin(login, password).

http://jsnpp.sourceforge.net

Posted by Don Seiler 2005-10-14

jsnpp 0.2.0 Released

jsnpp is a java API for SNPP transactions, enabling a java application to send messages to pagers.

I've added support for SNPP level 2 transactions (including some optionally specified ones, see API) and handling for level 3 success messages.

If you'd like to see releases in .zip format or have any other inquiries, please feel free to write me.

http://jsnpp.sourceforge.net

Posted by Don Seiler 2005-08-11

jsnpp 0.1.0 Released

jsnpp is a java API for SNPP transactions, enabling a java application to send messages to pagers.

jsnpp 0.1.0, support SNPP level 1 messages, was released. Please report any bugs or feature requests (RFEs) to the appropriate trackers.

http://jsnpp.sourceforge.net

Posted by Don Seiler 2005-05-20