-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(split) Automatically split SMS in parts according to encoding
- Automatically guess encoder that can encode properly the message - Split according to encoder (either 160/153 characters for GSM 7-bit, 140/134 characters for GSM 8-bit or 70/67 characters for UCS-2) - fixes #69 - Support TLV message_payload optional parameter (#88) - Add service configurer dedicated to SMSGlobal - Need to add different configuration phases in order to be able to override some values for a particular service provider (like SMSGlobal)
- Loading branch information
1 parent
d6f4c2f
commit c06f80e
Showing
148 changed files
with
12,239 additions
and
646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ target/ | |
.idea/ | ||
src/docs/asciidoc/*.png | ||
.attach_pid* | ||
.sts4-cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.