The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for AnyEvent::STOMP::Client.

0.2   Mon May 20, 2013
    - New callbacks on_send, on_ack, on_nack, on_connection_lost.
    - Get/set subroutine for connection timeout margin added.
    - New constructor subroutine, more subtle connection handling.

0.11  Fri May 17, 2013
    - Hotfixed too strict destination header checking.

0.1   Tue May 14, 2013
    - Fully implemented STOMP 1.2.
    - Added SSL/TLS support.
    - Documentation written.

0.02  Mon May  6, 2013
    - Improved STOMP MESSAGE parsing.
	- Improved event and callback functionality.
    - STOMP Heartbeating added.
    - Ack, nack, subscribe and unsubscribe functions implemented.

0.01  Fri May  3, 2013
	- initial rudimentary version.