Re: [jdev] Server implementation query: State after SM resumption

2017-03-15 Thread Christian Schudt
any state. > Am 15.03.2017 um 18:03 schrieb Christian Schudt : > > Hi, > > I think Openfire doesn’t support Stream Resumption yet, but I’ve implemented > Carbons in it and I think if it would support stream resumption, carbons > state would not be restored. > I.e. Carbons

Re: [jdev] Server implementation query: State after SM resumption

2017-03-15 Thread Christian Schudt
Hi, I think Openfire doesn’t support Stream Resumption yet, but I’ve implemented Carbons in it and I think if it would support stream resumption, carbons state would not be restored. I.e. Carbons state would be the same as before. I guess any implementation would keep some stateful session obje

Re: [jdev] Websockets RFC: stream: prefix required or not?

2015-02-03 Thread Christian Schudt
I agree that the example might be confusing. But the text reads ok for me. Actually the whole section boils down to: "Just make sure to produce valid XML".   For me this is self-evident and actually shouldn't require further detailed explanation and examples.   Gesendet: Dienstag, 03. Februar

Re: [jdev] Websockets RFC: stream: prefix required or not?

2015-02-02 Thread Christian Schudt
I agree, Strophe.js behaves incorrect. Examples are provided in http://xmpp.org/rfcs/rfc6120.html#streams-ns-content "both styles are acceptable since they are semantically equivalent" Even the „stream“ prefix could be any other, but most server implementation probably can’t deal with it. - Chr

Re: [jdev] Simple JavaScript XMPP client example

2014-09-02 Thread Christian Schudt
Did you try to add a trailing slash to the BOSH URL? At least for Openfire this is mandatory, i.e.: http://localhost:5280/http-bind/   Christian   Gesendet: Dienstag, 02. September 2014 um 16:50 Uhr Von: "Chris Fortmüller" An: "Jabber/XMPP software development list" Betreff: Re: [jdev] Simp

[jdev] Babbler 0.1.0 released

2014-03-22 Thread Christian Schudt
Hi JDevs, I've released the first beta / developer release 0.1.0 for Babbler, a XMPP client library for Java SE. You can learn more about the release here: http://babbler-xmpp.blogspot.de Here's a direct link to the project site which contains more information and documentation: http://sco0

Re: [jdev] Offline messages XEPs interoperability (XEPs 0013 and XEP-0160)

2014-02-21 Thread Christian Schudt
> Well, feedback would be good. My impression is that people haven't > implemented and deployed XEP-0013 very much. If that's false or if you find > it useful, please speak up. :-) Personally I don't find XEP-0013 very useful and others probably, too, which might be a reason, that it's not wide

Re: [jdev] Offline messages XEPs interoperability (XEPs 0013 and XEP-0160)

2014-02-21 Thread Christian Schudt
Hi, in addition to Matthias well-explained answer, I also might point out, that Peter Saint-Andre said about 1 month ago on the Standard mailing list, that XEP-0013 might get deprecated: http://mail.jabber.org/pipermail/standards/2014-January/028497.html (btw: any news about the future of XEP-00

Re: [jdev] File transfer between online and offline user

2014-01-22 Thread Christian Schudt
t;Muhammad Usman" An: "Jabber/XMPP software development list" Betreff: Re: [jdev] File transfer between online and offline user Dear Schudt, Can you please elaborate your suggestion and if possible please provide a helping material.. Thanks   On Wed, Jan 22, 2014 at 11:59 AM, Chr

Re: [jdev] File transfer between online and offline user

2014-01-21 Thread Christian Schudt
Hi, maybe you can upload it somewhere and send the URL to the recipient via http://xmpp.org/extensions/xep-0066.html. -- Christian Am 22.01.2014 um 07:45 schrieb Muhammad Usman: > Hi, > I am new to XMPP and I want my users to send files to other recipients, even > if the recipients are offlin

[jdev] Babbler - a XMPP library for Java

2014-01-10 Thread Christian Schudt
Dear XMPP Devs, I've been developing a new XMPP client library for/in Java SE 7 since the last few weeks and want to point you to the project itself and the blogpost I've created. Here's the blog, which shortly introduces the project: http://babbler-xmpp.blogspot.de/ And here's the actual pro