Skip to content

Tags: dgit-hub/stomp-php

Tags

2.1.1

Toggle 2.1.1's commit message
Merge pull request dejanb#22 from boonedox/master

bug fix for Stomp::readFrame, was occasionally reading more than one Frame, this merge prevents this as it only reads up to \n and checks for end of frame before anything of the next frame is read

2.1.0

Toggle 2.1.0's commit message
[BUGFIX] typo in subscribe

A typo in the subscribe method prevented the xclient from handling
subscription messages correctly

closes: dejanb#21

2.0.1

Toggle 2.0.1's commit message
removed padding, buffered receipts

2.0.0

Toggle 2.0.0's commit message
this is the first release tag for the 2.x series

the tag contains the first version of the namespaced
code

1.0.0

Toggle 1.0.0's commit message
Merge pull request dejanb#1 from raoulbhatia/master

allow versioned stream socket transports (e.g. sslv2/sslv3)