| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=326506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Major code refactoring, see README.2.x for more information.
* Cleanup code to please Perl::Critic.
* Removed support for blocking I/O, only non-blocking I/O is supported.
* Now using the No::Worries and Params::Validate modules from CPAN.
* Added STOMP 1.2 support.
* Added the queue_message() and send_message() methods for convenience.
* Added optional authentication support via Authen::Credential.
Notes:
svn path=/head/; revision=311625
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
* Ignore I/O errors after we have successfully sent the DISCONNECT frame.
* Added support for non-blocking I/O, this is now the default I/O mode.
Feature safe: yes
Approved by: eadler (mentor)
Notes:
svn path=/head/; revision=305996
|
|
|
|
|
|
|
| |
Approved by: db (mentor)
Notes:
svn path=/head/; revision=304584
|
|
with servers supporting STOMP (Streaming Text Orientated Messaging
Protocol). It supports the major features of messaging brokers: SSL,
asynchronous I/O, receipts and transactions.
For details on the protocol see http://stomp.codehaus.org/Protocol.
WWW: http://search.cpan.org/dist/Net-STOMP-Client/
Approved by: db (mentor)
Notes:
svn path=/head/; revision=304579
|