Skip to content

Commit 9951caa

Browse files
committed
Added support for WCTP transient client SubmitClientMessage method
1 parent 9bbd028 commit 9951caa

File tree

4 files changed

+928
-134
lines changed

4 files changed

+928
-134
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For now, expect namespace updates and other breaking changes.
1010

1111
## Getting Started
1212

13-
Coming soon: Install the library using composer:
13+
Install the library using composer:
1414

1515
```console
1616
composer require notifius/php-wctp
@@ -43,7 +43,7 @@ $xml = $clientQuery
4343
|wctp-ReturnToSvc |NotifiUs\WCTP\XML\ReturnToSvc | ✓ |
4444
|wctp-SendMsgMulti | NotifiUs\WCTP\XML\SendMsgMulti | × |
4545
|wctp-StatusInfo |NotifiUs\WCTP\XML\StatusInfo | × |
46-
|wctp-SubmitClientMessage | NotifiUs\WCTP\XML\SubmitClientMessage | × |
46+
|wctp-SubmitClientMessage | NotifiUs\WCTP\XML\SubmitClientMessage | ✓ |
4747
|wctp-SubmitRequest | NotifiUs\WCTP\XML\SubmitRequest | ✓ |
4848
|wctp-VersionQuery | NotifiUs\WCTP\XML\VersionQuery | ✓ |
4949

0 commit comments

Comments
 (0)