[Network] add stream socket class
Review Request #7 — Created Oct. 25, 2012 and discarded — Latest diff uploaded
| Information | |
|---|---|
| olivier | |
| Lunr | |
| personal/olivier/stream | |
| 12249 | |
| Reviewers | |
| lunr | |
Add StreamSocket class to Network namespace. Abstract class created in system/libraries/network/class.streamclient.inc.php: -Will be followed by concrete class StreamSocketClient. -Should be use later if need of a StreamSocketServer class Unit test case created in tests/system/libraries/network/class.streamsocket.*.test.php
-ant phpunit -custom test made for sending push notification to APNS
