<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Nope! I havent. Probably because it's not on the list! :)<br>
<br>
Looks good. A bit more serious than my efforts. My clients are so
far only about working and perform/being stable with prety much the
old xmpp rfcs. They came to be because of practical errors (and
licenses) not because i felt i were up to the task of implementing a
standard 100%.<br>
<br>
Just browsed your code though. It looks good :)<br>
Since i were curious how you solved the 'sax' parsing (i first tried
using the xmlreader async on the stream itself (from
tcpclient/sslstream) i digged up your xml parer routines. Looks very
similair to mine, except you take proper care about namespaces and i
take care about cdata ;-)<br>
<br>
However, I couldnt understand how you feed your parser? I had to
make a hack (MojsStream) that is a fake-blocking-stream that will
block until it gets data (or is being destroyed).<br>
<br>
Otherwise i ended up with losing data:<br>
"<message>jox</message><messa" ends up as being
parsed with an EOF after "<messa" resulting in an xml parse error
and the "<messa" is lost leaving the state UB (i didn't find a
way to retrieve the missing bytes as i do in eXpat with native
dxmpp). By using the semi-blocking stream i can make it wait for
data or kill it from controller-thread.<br>
<br>
/stefan<br>
<br>
<br>
<br>
<br>
<div class="moz-cite-prefix">On 2015-01-30 02:46, Dieter Lunn wrote:<br>
</div>
<blockquote
cite="mid:CA+=oUZvoXZ0qejcTdpEQbWT0LcYWygPTZ=VNt1dPHmPotjF=Mg@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
Not that there isn't more room for different interpretations but
have you looked at my implementation at <a moz-do-not-send="true"
href="http://github.com/ubiety/xmpp">http://github.com/ubiety/xmpp</a>?<br>
<br>
<div class="gmail_quote">On Thu Jan 29 2015 at 6:40:27 PM Stefan
Karlsson <<a moz-do-not-send="true"
href="mailto:sk@synergysky.com">sk@synergysky.com</a>>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Awesome,
please do :-)<br>
<br>
/stefan<br>
<br>
Peter Saint-Andre - &yet skrev den 29/01/15 23:30:<br>
> On 1/29/15 10:33 AM, Stefan Karlsson wrote:<br>
>> Heya. Just released a very minimalistic client in c#.<br>
>> Its well designed webpage is located at<br>
>> <a moz-do-not-send="true"
href="http://deusexmachinae.se/dxmppnet" target="_blank">http://deusexmachinae.se/dxmppnet</a><br>
><br>
> Would you like that added to the client list at <a
moz-do-not-send="true" href="http://xmpp.org"
target="_blank">xmpp.org</a>?<br>
><br>
> Peter<br>
><br>
<br>
_______________________________________________<br>
JDev mailing list<br>
Info: <a moz-do-not-send="true"
href="http://mail.jabber.org/mailman/listinfo/jdev"
target="_blank">http://mail.jabber.org/mailman/listinfo/jdev</a><br>
Unsubscribe: <a moz-do-not-send="true"
href="mailto:JDev-unsubscribe@jabber.org" target="_blank">JDev-unsubscribe@jabber.org</a><br>
_______________________________________________<br>
</blockquote>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
JDev mailing list
Info: <a class="moz-txt-link-freetext" href="http://mail.jabber.org/mailman/listinfo/jdev">http://mail.jabber.org/mailman/listinfo/jdev</a>
Unsubscribe: <a class="moz-txt-link-abbreviated" href="mailto:JDev-unsubscribe@jabber.org">JDev-unsubscribe@jabber.org</a>
_______________________________________________
</pre>
</blockquote>
<br>
</body>
</html>