Tweak net-im/purple-plugin-pack version 2.8.0
[dports.git] / net-im / p5-Net-Stomp / pkg-descr
1 This module allows you to write a Stomp client.  Stomp is the Streaming
2 Text Orientated Messaging Protocol (or the Protocol Briefly Known as
3 TTMP and Represented by the symbol :ttmp).  It's a simple and easy to
4 implement protocol for working with Message Orientated Middleware from
5 any language.  Net::Stomp is useful for talking to Apache ActiveMQ, an
6 open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message
7 broker packed with many enterprise features.
8
9 A Stomp frame consists of a command, a series of headers and a body -
10 see Net::Stomp::Frame for more details.
11
12 For details on the protocol see http://stomp.codehaus.org/Protocol.