Re: [jdev] binding resources with jabberd 1.4 components

2007-03-06 Thread Tomasz Sterna
Dnia 05-03-2007, pon o godzinie 16:14 -0800, [EMAIL PROTECTED] napisaƂ(a): On a related note - what is the best (cleanest, portable) architectural component/module to use when planning to build an 'module' that terminates traffic for a subset of 'users' in a domain XEP-0114: Jabber Component

Re: [jdev] XMPP client/server issues with Flash-based client

2007-03-06 Thread Peter Saint-Andre
Flash doesn't like XML streams and XMPP is streaming XML. A Google search for Flash+Jabber or Flash+XMPP will probably yield some workarounds... /psa M. David Peterson wrote: Hey All, Peter Fisk (Cc'd) has developed direct support for XMPP into Vista Smalltalk, a .NET and now Flash-based

Re: [jdev] XMPP client/server issues with Flash-based client

2007-03-06 Thread Peter Saint-Andre
See also the ActionScript library that Daniel Dura at Adobe created: http://www.danieldura.com/archive/new-as3-xmpp-library-on-adobe-labs http://code.google.com/p/as3xmpp/ /psa Peter Fisk wrote: Thanks for your help. Knowing this, I was able to get the server to respond. Fortunately, it

[jdev] Adding a contact to msn from jabber.

2007-03-06 Thread Bruno Bechler Machado
Hy, i didn't solve my problem about adding a contact to my msn account. anyone knows how to do it? any example? i'm using the smack api.. i've already read the XEP-0100, and i receive the error 400 or error 500. i know that the problem is with the protocol, so, with anyone have any idea!

Re: [jdev] XMPP client/server issues with Flash-based client

2007-03-06 Thread M. David Peterson
Oh, nice! Thanks for the info, Peter. I dug a bit deeper into things, and found several resources, one of which I believe points out the specific problem that Peter (Fisk) mentioned above, Near the bottom of http://www.huikuri.com/flash/xml/ *7 E My Server sends out XML but my Flash

[jdev] Net::XMPP and Net::Jabber maintenance

2007-03-06 Thread Eric Hacker
Hello, Is anyone maintaining Net::XMPP and Net::Jabber? I've got some patches to fix a few bugs and some other issues. I'm dependent on these modules at the moment, so I'll probably update CPAN myself if no one else will. The killer bug involves calling $node-GetTimeStamp on a node with no

Re: [jdev] Adding a contact to msn from jabber.

2007-03-06 Thread rajeev k
Hi, I dont know about Jabber protocol, but in SIP, you can not have two '@'symbols in same uri, you have to encode the second '@' in the uri. HTH, Regards, Rajeev K On 3/6/07, Bruno Bechler Machado [EMAIL PROTECTED] wrote: Hy, i didn't solve my problem about adding a contact to my msn