Re: Bug#985893: Forking on MMSD

2021-04-14 Thread Chris Talbot
ay I can really move forward in getting MMS working. Without MMS, unfortunately the Pinephone I have is little more than a toy with me, and I put a lot of work into getting MMS working on the Modem Manager stack. > Versioning could be tricky in some situations, but SFACT the ofono > mmsd is just 0.0 so the debian version can be 0.0.something and > remain > compatible with a shift back to that repo at some point. > > Wookey Thank you! Respectfully, Chris Talbot

Re: [Debian-on-mobile-maintainers] Forking on MMSD

2021-04-14 Thread Chris Talbot
Hello, On Wed, 2021-04-14 at 20:30 +0200, Guido Günther wrote: > Hi, > On Wed, Apr 14, 2021 at 02:21:04PM -0400, Chris Talbot wrote: > > Hello All, > > > > In talking to the Debian Developer Mr. Federico Ceratto, since I > > have > > been unable to get a hol

Forking on MMSD

2021-04-14 Thread Chris Talbot
, or concern, please reach out to me. -- Respectfully, Chris Talbot

[PATCH 9/9] Enable support for Modem Manager

2021-04-10 Thread Chris Talbot
This commit enables mmsd support for Modem Manager. The support has been well tested across at all major US carriers, as well as Canadia, Sweden, and French carriers (more have likely beentested, but these have been confirmed). The commit automatically searches for SMS WAPs on Modem Manager, and m

[PATCH 8/9] Allow Maintainer mode to compile without -WError

2021-04-10 Thread Chris Talbot
This patch allows mmsd to compile. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 329c6a9..314dbb1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -15,7 +15,7 @@ AC_DEFUN([COMPILER_FLAGS], [ CFLAGS="-Wall -O2

[PATCH 7/9] Fix Draft and Sent Bugs

2021-04-10 Thread Chris Talbot
This patch fixes a few bugs: - Makes sure "sent" has an accurate time - Allows "Draft" to Go to "Sent" on the dbus - Allows the time to be preserved if mmsd is closed and opened --- src/mmsutil.h | 2 ++ src/service.c | 60 +++ 2 files changed, 48 i

[PATCH 6/9] Update README

2021-04-10 Thread Chris Talbot
This updates the README for mmsd --- README | 66 +- 1 file changed, 61 insertions(+), 5 deletions(-) diff --git a/README b/README index e33be69..cecc99f 100644 --- a/README +++ b/README @@ -2,20 +2,76 @@ Multimedia Messaging Service **

[PATCH 5/9] Allow for a user configurable maximum attachment size

2021-04-10 Thread Chris Talbot
Android and iOS enforce a maximum attachment size for MMS messages. This patch enforces a maximum attachment size for MMS messages and makes it user configurable. The Default maximum size is based off of Android, which has a maximum MMS size of 1.1 Megabytes --- src/service.c | 38 +++

[PATCH 4/9] Fix issue if there is an empty string in encoded text

2021-04-10 Thread Chris Talbot
A swedish carrier sends an empty string in the subject line. This patch allows mmsd to handle it --- src/mmsutil.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/mmsutil.c b/src/mmsutil.c index 9430bf1..615198f 100644 --- a/src/mmsutil.c +++ b/src/mmsutil.c @@ -297,6 +297,13 @@ sta

netdev@vger.kernel.org

2021-04-10 Thread Chris Talbot
This patch fixes two issues to ensure compatibility with AT&T: 1) Explicity close connections to the mmsc 2) Allow MMS Proxies that are domain names --- gweb/gweb.c | 3 ++- src/service.c | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gweb/gweb.c b/gweb/gweb.c index f72e1

[PATCH 2/9] Ensure Compatibility with Telus Canada

2021-04-10 Thread Chris Talbot
Telus Canada makes mmsd decode a header that is not in the standard. This patch allows this header to be decoded and allows for MMS support in Telus Canada. --- src/mmsutil.c | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/mmsutil.c b/src/mmsutil.c index 5

[PATCH 1/9] Fix mmsd to work with T-mobile

2021-04-10 Thread Chris Talbot
This patch is a squashed version of a series of patches here: https://git.sr.ht/~anteater/mmsd It also includes some fixes to a few hacks in the code. Rather than submit two patches that need to go together, I just squashed it into one commit. --- Makefile.am | 3 +- gweb/gresolv.c|

[PATCH 0/9] Updates for mmsd

2021-04-10 Thread Chris Talbot
iers), Canadian carriers, French carriers, and Swedish carriers. They been been likely tested on more carriers, but the author can only confirm the above ones (as he has gotten positive feedback for them). -- Respectfully, Chris Talbot

Point of Contact to submit mmsd upstream patches, or is mmsd abandoned?

2021-03-25 Thread Chris Talbot
a reply. At the suggestion of some other devs, I am casting a wider net to try to get in contact with someone to see a) who do I contact about submitting mmsd patches and b) is it abandoned? Thank you! -- Respectfully, Chris Talbot