-
pua_usrloc:ul_publish in an update case where no body is found, it does not properly retry some times.
pua_send_publish changes publ.flag to INSERT_TYPE when there's no presentity entry for an update case, so when ul_publish tests for UPDATE_TYPE it won't match.
2009-09-03 14:58:38 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
With current implementation, if there's no ongoing or terminated dialog registered in the presentity table, presence_dialoginfo sends a notify with empty body as reply to a subscribe.
This makes BLF support incomplete for phones that only register to dialog-info event (linksys), so they won't know the state of the subscribed uri until it makes a call.
The attached patch adds the ability to...
2009-08-30 19:15:41 UTC in OpenSIPS/OpenSER-a versatile SIP Server
-
yep, that's about it for the most trivial of mime structures.
Building mime parts by hand can be tedious and error prone, though I don't know if there's any library that might ease you pain,
2009-02-03 18:29:47 UTC in SharpWebMail
-
anmar committed revision 291 to the SharpWebMail SVN repository, changing 2 files.
2009-02-01 22:10:13 UTC in SharpWebMail
-
Your posted ashx code is missing the boundary parameter in Content-Type header but once added, it works as expected here (mono on linux, I'll try to test under windows tomorrow). Though it's not the prettiest code :-P
Try adding to your client code a:
ms.WriteTo(new FileStream("response.bin", FileMode.CreateNew));
line right before your first parse attempt. It should give the...
2009-02-01 22:05:37 UTC in SharpWebMail
-
Current code decodes a corrupt jpeg file, but it's consistent with other mime parsers I've tested. So I see 2 possible reasons:
- You corrupted the binary stream while saving it. How did you capture it server side? if you used any of the *Reader classes that are text line oriented do it again reading from the raw Stream
- Your http client is doing more than it's stating in its mime headers...
2009-02-01 11:48:54 UTC in SharpWebMail
-
The server I used as buildbot is no longer available so there's no automatic binaries any more.
I guess it's time to look into setting up a new one :-)
BTW, the most reliable way to build it yourself is using nant, you can find instructions here:
https://anmar.eu.org/projects/sharpmimetools/development.html.
2009-01-30 23:37:56 UTC in SharpWebMail
-
I've committed the fix for binary parts and a few other that were lingering around.
It should show up in the public repo in a few minutes.
2009-01-26 23:10:28 UTC in SharpWebMail
-
anmar committed revision 290 to the SharpWebMail SVN repository, changing 2 files.
2009-01-26 23:08:46 UTC in SharpWebMail
-
anmar committed revision 289 to the SharpWebMail SVN repository, changing 2 files.
2009-01-26 23:04:35 UTC in SharpWebMail