Re: [jdev] Algorithms and XMPP

2010-03-04 Thread Waqas Hussain
Sorry about the late reply, I had been quite distracted by others things this week. On Sun, Feb 21, 2010 at 8:18 PM, Sebastiaan Deckers c...@pandion.im wrote: Problems with reference implementations: I should note that while I think reference implementations are a good idea, I wasn't

Re: [jdev] Algorithms and XMPP

2010-03-04 Thread Waqas Hussain
On Mon, Feb 22, 2010 at 1:26 PM, Simon Josefsson si...@josefsson.org wrote: Waqas Hussain waqa...@gmail.com writes: There are a number of algorithms an XMPP developer needs to deal with, either directly or through a library. Some of these are defined in XEPs, while some are external

Re: [jdev] Algorithms and XMPP

2010-02-22 Thread Simon Josefsson
Waqas Hussain waqa...@gmail.com writes: There are a number of algorithms an XMPP developer needs to deal with, either directly or through a library. Some of these are defined in XEPs, while some are external specifications which we work with. These include: * DIGEST-MD5 * SCRAM * Entity

Re: [jdev] Algorithms and XMPP

2010-02-21 Thread Sebastiaan Deckers
On Sun, Feb 21, 2010 at 2:21 AM, Waqas Hussain waqa...@gmail.com wrote: There are a number of algorithms an XMPP developer needs to deal with, either directly or through a library. Some of these are defined in XEPs, while some are external specifications which we work with. These include: *

Re: [jdev] Algorithms and XMPP

2010-02-21 Thread Peter Saint-Andre
On 2/21/10 8:18 AM, Sebastiaan Deckers wrote: On Sun, Feb 21, 2010 at 2:21 AM, Waqas Hussain waqa...@gmail.com wrote: There are a number of algorithms an XMPP developer needs to deal with, either directly or through a library. Some of these are defined in XEPs, while some are external

[jdev] Algorithms and XMPP

2010-02-20 Thread Waqas Hussain
There are a number of algorithms an XMPP developer needs to deal with, either directly or through a library. Some of these are defined in XEPs, while some are external specifications which we work with. These include: * DIGEST-MD5 * SCRAM * Entity capabilities hashing * JID escaping Over the

Re: [jdev] Algorithms and XMPP

2010-02-20 Thread Peter Saint-Andre
Hi Waqas! On 2/20/10 6:21 PM, Waqas Hussain wrote: There are a number of algorithms an XMPP developer needs to deal with, either directly or through a library. Some of these are defined in XEPs, while some are external specifications which we work with. These include: * DIGEST-MD5 *