Commit Graph

34 Commits

Author SHA1 Message Date
Daniele Teti
8c2f8b936f Removed debug code 2016-11-04 14:35:33 +01:00
Daniele Teti
2b8ae18eb6 Merge patch from Chenavier Gérald
* Unsubscribe STOMP 1.1 : It requires that the id header matches the id value of previous SUBSCRIBE operation.
* ACK  STOMP 1.1 : has two REQUIRED headers: message-id, which MUST contain a value matching the message-id for the MESSAGE being acknowledged and subscription, which MUST be set to match the value of the subscription's id header
* NACK STOMP 1.1 : takes the same headers as ACK: message-id (mandatory), subscription (mandatory) and transaction (OPTIONAL).
* Add SSL Support with Delphi
* test connected with delphi: add test ClosedGracefully
* add test Connected before write on socket in SendHeartBeat/SendFrame
* add connect event
2016-11-01 17:05:54 +01:00
Daniele Teti
beed7bc0a4 fix to some hearbeat issue 2016-10-17 14:14:55 +02:00
Daniele Teti
5ce5edb341 Support 1.1 beta 2016-10-14 15:19:08 +02:00
danieleteti
76d2d38432 Added UserName and Password in cloning 2016-09-27 17:37:22 +02:00
danieleteti
3b35d9631a ADDED Clone
ADDED ConnectionTimeout
2016-09-23 22:36:50 +02:00
danieleteti
e6dc5e9370 Refactoring
Improved examples
2016-08-02 18:15:14 +02:00
danieleteti
f07463ea5a Fixes 2016-07-26 17:41:09 +02:00
danieleteti
4a715f66ee VirtualHosts 2016-07-26 11:21:20 +02:00
danieleteti
241d97fe0c Merge branch 'master' of https://github.com/danieleteti/delphistompclient 2016-06-28 15:22:14 +02:00
danieleteti
805c6ae050 BUG fixes + deprecations 2016-06-28 15:21:58 +02:00
Daniele Teti
31001af0cb Merge pull request #7 from petdr/master
Add content-length header to frames.
2016-02-15 08:50:02 +01:00
danieleteti
e91f2b709d Updated copyright and tested server list 2015-05-31 11:26:57 +02:00
Peter Ross
7cd0ea4ee2 Add content-length header to frames.
If a frame contains a body, then add a content-length header.
This allows the body to contain a NULL character and for it
not to be interpreted as the end of the frame.
2015-05-26 11:31:42 +10:00
daniele.teti@gmail.com
01a3dd8422 Updated to DelphiXE7 2015-01-21 13:59:20 +00:00
daniele.teti@gmail.com
b936d5b0ab Update XE7 2014-09-05 10:51:51 +00:00
daniele.teti@gmail.com
591b8ca111 Updated to XE6 2014-04-17 10:04:21 +00:00
daniele.teti@gmail.com
97fb0ddc86 XE3 Support 2013-12-04 10:42:45 +00:00
daniele.teti@gmail.com
41d42ff9b9 ADD Some headers names constants 2013-10-15 08:14:36 +00:00
daniele.teti@gmail.com
6688fc17a3 2013-10-14 12:28:17 +00:00
daniele.teti@gmail.com
02bda1a7ee ADD Disconnect call into TSTOMPClient destructor 2013-10-10 15:08:06 +00:00
mottadelli75@gmail.com
ffcb2214e3 Compiled for compatibility with iOS. 2013-05-10 16:00:10 +00:00
mottadelli75@gmail.com
0c06cb0b58 Add NACK method into IStompClient Interface and manage before/after send frame 2012-12-27 22:25:09 +00:00
daniele.teti@gmail.com
8d46768ef4 Added initial support for STOMP 1.1
Tested on Apache Apollo 1.2
Added UNICODE support
2012-04-26 13:32:32 +00:00
daniele.teti@gmail.com
1285543660 Added initial support for STOMP 1.1
Tested on Apache Apollo 1.2
2012-04-18 17:19:31 +00:00
daniele.teti
7367790685 + fixed issue 2
+ fixed issue 3
2011-04-14 09:13:25 +00:00
dgaspary
d4047ba54c + Replaced manual Synapse exception verification with 'raiseexcept' and
OnStatus Callback
+ Creation of a Lazarus Package
2010-12-03 02:35:51 +00:00
dgaspary
8901a4b2b2 +Added Missing Exception raising at Synapse Connection 2010-04-28 02:49:36 +00:00
daniele.teti
3323258903 + Some fix to TStompClient
+ Added SimpleMessaging Example
2010-04-18 18:49:47 +00:00
daniele.teti
81cbf364df + updated DEMO
+ default tcp lib = INDY
2010-04-13 22:30:24 +00:00
daniele.teti
4e6dffa238 + some change to the speed test
+ some formatting
+ some refactoring
2010-04-13 22:25:14 +00:00
dgaspary
4f043bb2fa Refactoring on TStompClient.Receive. I have splitted on two internal functions, versions for Indy and Synapse. 2010-04-13 19:18:42 +00:00
daniele.teti
9f8d265fb7 + added freepascal support (Many Thanks to Daniel Gaspary)
+ now in Delphi you can user INDY or Synapse
+ added synapse as svn:external
+ TStompClient.Receive(ATimeout: Integer): IStompFrame; REALLY NEED REFACTORY
2010-04-13 10:39:09 +00:00
daniele.teti
d98b12f384 + first public version 2009-11-10 10:32:54 +00:00