Re: [jdev] Regitering new users with external component

2008-11-25 Thread Waqas Hussain
On Mon, Nov 24, 2008 at 11:03 PM, Julien Genestoux [EMAIL PROTECTED] wrote: Thanks Hussain for your precious help. I was able to set the Disco as well as implement XEP 077 (partially)... However, I still have a problem, to be able to send the IQs, my client must already be registered against

Re: [jdev] c/c++ libraries for xmpp client

2008-11-25 Thread Mikael Hallendal
Hi, I'm the author of Loudmouth and just wanted if you could describe what made it not suited for your needs? Thanks a lot, Mikael Hallendal 25 nov 2008 kl. 07.34 skrev Jonathan Schleifer: Am 24.11.2008 um 20:06 schrieb Patrick Logan: 4. C vs.C++ - I'd prefer a C code base, but C++ is

Re: [jdev] c/c++ libraries for xmpp client

2008-11-25 Thread Jonathan Schleifer
Am 25.11.2008 um 13:41 schrieb Mikael Hallendal: I'm the author of Loudmouth and just wanted if you could describe what made it not suited for your needs? When trying to connect to my ejabberd server with STARTTLS-required or alternatively SSL on port 5223, it would just segfault. And the

Re: [jdev] Getting individual roster items

2008-11-25 Thread Jack Moffitt
Thanks for the info on components. I definitely need to read up a bit more on it. The only snag I see is that right now, I am taking advantage of broadcast and resource affinity behavior of client bots that can be achieved by sending to the jid with or without a resource identifier. With

Re: [jdev] Getting individual roster items

2008-11-25 Thread Arne Claassen
Ok, cool. I was afraid that the ejabberd roundrobin meant that the component instances wouldn't see all traffic. As i said, i need to do a spike on components. thanks! arne On Nov 25, 2008, at 8:54 AM, Jack Moffitt wrote: Thanks for the info on components. I definitely need to read up a

[jdev] Owner query room

2008-11-25 Thread javanesevn
Hi, I developed xmpp client implement XEP-45. When user created the room and set its option not public (muc#roomconfig_publicroom is false). Now he is owner of room. Is there any chance to owner query room that he created. I sent a disco#items query but have no items return from server.