Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Norman Rasmussen
On Mon, Apr 21, 2008 at 2:12 AM, Stephan Maka [EMAIL PROTECTED] wrote: For a test suite, I am trying to reproduce the complex example from XEP-0115 sect. 5.3. It doesn't work out so far: I just noticed that the string includes Ψ, so are you sure that your test cases are doing utf-8 encoding

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Sergei Golovan
On 4/22/08, Stephan Maka [EMAIL PROTECTED] wrote: Yann Leboulanger [EMAIL PROTECTED] wrote: Why do http://jabber.org/protocol/caps and http://jabber.org/protocol/muc include a trailing white-space, opposed to their representation in the Service Discovery result? I don't see any

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Stephan Maka
Sergei Golovan [EMAIL PROTECTED] wrote: I guess spaces are added to allow line breaking. Hash is computed for the string without spaces. Look again. I can't even reproduce with the SHA-1 method given in XEP-0115: Remove http://jabber.org/protocol/caps from a hashed string and you'll get

Re: [jdev] resources available via XMPP...

2008-04-22 Thread Stephen Pendleton
Interestingly enough I ran across the iemchat site a few days ago. Out of curiosity where do you get your feeds from now and what is the format? Date: Mon, 21 Apr 2008 19:02:53 -0400 From: [EMAIL PROTECTED] To: jdev@jabber.org Subject: Re: [jdev] resources available via XMPP... Ernest Nova

Re: [jdev] resources available via XMPP... [long]

2008-04-22 Thread Jeff McAdams
Ernest Nova wrote: Let's see if I can summarize for my purposes :) Longish response follows excerpt. Yeah, as we get deeper and deeper, the messages keep getting longer. Makes for a good discussion of the ideas, though. OK - I am in violent agreement with your ultimate choice, but not

Re: [jdev] resources available via XMPP...

2008-04-22 Thread Jeff McAdams
Stephen Pendleton wrote: Interestingly enough I ran across the iemchat site a few days ago. Out of curiosity where do you get your feeds from now and what is the format? As I mentioned in my previous message, I didn't start IEMChat or do most of the setup. The guy that did, Daryl Herzmann, is

Re: [jdev] resources available via XMPP... [long]

2008-04-22 Thread Peter Saint-Andre
Ernest Nova wrote: snip/ It might offend some, but pub-sub is at high functional level essentially an access-controlled broadcast chatroom without the presence traffic/ room roster. The message replication performance and scalability there too will depend on the implementation. You do get

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Peter Saint-Andre
Stephan Maka wrote: Sergei Golovan [EMAIL PROTECTED] wrote: I guess spaces are added to allow line breaking. Hash is computed for the string without spaces. Look again. I can't even reproduce with the SHA-1 method given in XEP-0115: Remove http://jabber.org/protocol/caps from a hashed

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Peter Saint-Andre
Peter Saint-Andre wrote: Stephan Maka wrote: Sergei Golovan [EMAIL PROTECTED] wrote: I guess spaces are added to allow line breaking. Hash is computed for the string without spaces. Look again. I can't even reproduce with the SHA-1 method given in XEP-0115: Remove

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Peter Saint-Andre
Peter Saint-Andre wrote: Peter Saint-Andre wrote: Stephan Maka wrote: Sergei Golovan [EMAIL PROTECTED] wrote: I guess spaces are added to allow line breaking. Hash is computed for the string without spaces. Look again. I can't even reproduce with the SHA-1 method given in XEP-0115: Remove

[jdev] J2J feedback

2008-04-22 Thread Sander Devrieze
Hi, Does somebody know where I have to send feedback for the J2J transport ( http://wiki.jrudevels.org/Eng:J2J:AdminGuide )? Feedback like bug reports, feature wishes, and patches? I cannot find any bug tracker, mailing list, chatroom, email address, or any other support channel. It is quite

[jdev] Source for erlang xmpp client?

2008-04-22 Thread Patrick Logan
Anyone know of xmpp client source code for erlang? I think process-one had been working on something, but I've not been able to get an update on the availability and it's been a while. Thanks -Patrick

[jdev] J2J feedback

2008-04-22 Thread Dobrov Sergey
Does somebody know where I have to send feedback for the J2J transport ( http://wiki.jrudevels.org/Eng:J2J:AdminGuide )? Feedback like bug reports, feature wishes, and patches? I cannot find any bug tracker, mailing list, chatroom, email address, or any other support channel. It is quite

Re: [jdev] Source for erlang xmpp client?

2008-04-22 Thread Peter Saint-Andre
Patrick Logan wrote: Anyone know of xmpp client source code for erlang? I think process-one had been working on something, but I've not been able to get an update on the availability and it's been a while. An Erlang client? Is Erlang known for it beautiful GUIs or something? I thought that P1

Re: [jdev] Source for erlang xmpp client?

2008-04-22 Thread Itay Neeman
Patrick, I've seen this: https://forge.process-one.net/browse/Jabberlang/trunk Though it doesn't seem to have been updated in a while. Does that help? Itay On Tue, Apr 22, 2008 at 2:44 PM, Peter Saint-Andre [EMAIL PROTECTED] wrote: Patrick Logan wrote: Anyone know of xmpp client source

Re: [jdev] Source for erlang xmpp client?

2008-04-22 Thread Patrick Logan
jabberlang is the old one, exmpp is supposed to be the new one. But exmpp's not available AFAICT. GUI's? Ha!! No - I'm using Flash/Flex for GUI which does have an xmpp client library. But I want to talk xmpp from a flex client to erlang processes running elsewhere on the internets. Thanks

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Peter Saint-Andre
Yann Leboulanger wrote: I have another question about this example: how is it possible that the field ip_version which has no type (so should be considered as text-single according to XEP-0004) can have several value elements? Typically the field 'type' attribute is provided in data forms of

Re: [jdev] Source for erlang xmpp client?

2008-04-22 Thread Patrick Logan
I've never heard anything about a client Terminology deal... I used client to mean the _code_ that connects to an xmpp server whether or not it is a traditional IM client application. Anyway... On Tue, Apr 22, 2008 at 11:55 AM, Patrick Logan [EMAIL PROTECTED] wrote: jabberlang is the old one,

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Peter Saint-Andre
Peter Saint-Andre wrote: Peter Saint-Andre wrote: Peter Saint-Andre wrote: Stephan Maka wrote: Sergei Golovan [EMAIL PROTECTED] wrote: I guess spaces are added to allow line breaking. Hash is computed for the string without spaces. Look again. I can't even reproduce with the SHA-1 method

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Joe Hildebrand
On 4/22/08 10:02 AM, Peter Saint-Andre [EMAIL PROTECTED] wrote: However, that doesn't work for this example because it has the Greek character Ψ in the string and that character is not properly encoded at the command line on my system. IIRC Joe Hildebrand generated that hash for me using

Re: [jdev] Reproducability of XEP-0115: Entity Capabilities - 5.3 Complex Generation Example

2008-04-22 Thread Stephan Maka
Joe Hildebrand wrote: However, that doesn't work for this example because it has the Greek character Ψ in the string and that character is not properly encoded at the command line on my system. IIRC Joe Hildebrand generated that hash for me using Jabber-Net. There's also a quick/dirty