Re: [jdev] JabberApplet - Dead or Alive?

2004-06-03 Thread Matthias Wimmer
Hi! Alto George schrieb am 2004-06-02 14:58:04: To my surprise, it seems from past emails on this list that JabberApplet is dead. Is that true? As Maqi already wrote: Your applet would be working, but you have a configuration problem in your setup. I just wanted to add that there is also

Re: [jdev] function implemented ???

2004-06-03 Thread Remy HAREL
ok thx Matthias. It works fine now. Matthias Wimmer wrote: Hi Remy! Remy HAREL schrieb am 2004-06-02 15:02:52: attr = nad_find_attr(nad, 0, -1, to, NULL); retuns 0 and allow me to call NAD_AVAL(nad,attr) which returns the previous text. As I already wrote your some time ago: NAD_AVAL will

[jdev] Reg- New User Conference

2004-06-03 Thread Rathinasabapathy Natarajan
Hai I am developing a jabber client for windows in visual basic. I am using jabber 1.4 x server. I have a problem in adding a new user. The xml is created in the server on a session, but when the server is restarted, the user xml file contains only incomplete data. When the new user tries to

Re: [jdev] JabberApplet - Dead or Alive?

2004-06-03 Thread Rodolfo Gonzalez Gonzalez
On Wed, 2 Jun 2004, Alto George wrote: I've spent several hours trying to get JabberApplet to work on my system but was not successful. SO I decided It won't work with Jabberd2 for instance (I guess it doesn't talk XMPP). To my surprise, it seems from past emails on this list that

Re: [jdev] JabberApplet - Dead or Alive?

2004-06-03 Thread maqi
On Thu, 3 Jun 2004, Rodolfo Gonzalez Gonzalez wrote: I've spent several hours trying to get JabberApplet to work on my system but was not successful. SO I decided It won't work with Jabberd2 for instance (I guess it doesn't talk XMPP). This is not true. The JabberApplet works with jabberd2.

Re: [jdev] JabberApplet - Dead or Alive?

2004-06-03 Thread Rodolfo Gonzalez Gonzalez
On Thu, 3 Jun 2004 [EMAIL PROTECTED] wrote: On Thu, 3 Jun 2004, Rodolfo Gonzalez Gonzalez wrote: I've spent several hours trying to get JabberApplet to work on my system but was not successful. SO I decided It won't work with Jabberd2 for instance (I guess it doesn't talk XMPP). This is

[jdev] Whiteboard.

2004-06-03 Thread Rodolfo Gonzalez Gonzalez
Hi, is there any active whiteboard JEP?... I found out that JEP-10 was such a JEP, but was obsoleted (?). Any effort in this sense, apart from Coccinella?. Thanks in advanced, Rodolfo. ___ jdev mailing list [EMAIL PROTECTED]

Re: [jdev] Whiteboard.

2004-06-03 Thread Julian Missig
JEP 10 just defined an interest group for whiteboarding, not an actual protocol. There was this Simple Whiteboarding JEP, which has been deferred due to lack of acivity: http://www.jabber.org/jeps/jep-0113.html I remember there was talk of doing stuff based on SVG at some point... but in

[jdev] iq:private question

2004-06-03 Thread Craig Hollabaugh
Developers, I'm trying to send an iq with query xnlns='jabber:iq:private' between my custom non-IM clients. I noticed that jabberd v1.4.3 intercepts and bounces the message. I see in jsm/modules/mod_xml.c that the server returns a TERROR_NOTACCEPTABLE message. I don't have jabberd v2 running

Re: [jdev] JabberApplet - Dead or Alive?

2004-06-03 Thread Alto George
maqi, You say this has already been solved and to search the archives... I did search the archives and the only thing I found was about possibly getting a domain name via dyndns.org. Ok, I did that but still couldn't get JabberApplet to work. The problem this time is the old Applet sandbox

Re: [jdev] JabberApplet - Dead or Alive?

2004-06-03 Thread Tijl Houtbeckers
On Thu, 3 Jun 2004 14:04:01 -0700 (PDT), Alto George [EMAIL PROTECTED] wrote: maqi, You say this has already been solved and to search the archives... I did search the archives and the only thing I found was about possibly getting a domain name via dyndns.org. Ok, I did that but still couldn't

[jdev] Error in draft-ietf-xmpp-im-22.txt Section 7.4

2004-06-03 Thread Geir Ove Skjærvik
Hello, Below is an excerpt from draft-ietf-xmpp-im-22.txt Section 7.4. (Seen from the Client Side:) It states the following described in a scenario: a) User Adds Item to Roster b) Server Sends Roster via IQ-Set (and provides an id=someid) c) Server send IQ-Result NOW to the problem: IT states:

Re: [jdev] JabberApplet - Dead or Alive?

2004-06-03 Thread Matthias Wimmer
Hi Rodolfo! Rodolfo Gonzalez Gonzalez schrieb am 2004-06-03 14:12:29: Also the MUC didn't work (the XML messages were different to those used by Exodus for instance... I changed some in the jabberapplet code and then got it to join a MUC) :( But that has nothing to do with jabberd2 ... MUC is

Re: [jdev] Error in draft-ietf-xmpp-im-22.txt Section 7.4

2004-06-03 Thread Tijl Houtbeckers
On Thu, 3 Jun 2004 23:25:03 +0200, Geir Ove Skjrvik [EMAIL PROTECTED] wrote: Hello, Below is an excerpt from draft-ietf-xmpp-im-22.txt Section 7.4. (Seen from the Client Side:) It states the following described in a scenario: a) User Adds Item to Roster b) Server Sends Roster via IQ-Set (and

RE: [jdev] Error in draft-ietf-xmpp-im-22.txt Section 7.4

2004-06-03 Thread JD Conley
I think this is a bit of a misunderstanding. Both of the servers you mentioned were built before the XMPP specification and are not XMPP compliant. Any server that claims to be XMPP compliant (which those do not) would need to send an ID with that set. In Jabber the client didn't reply to

Re: [jdev] JabberApplet - Dead or Alive?

2004-06-03 Thread maqi
On Thu, 3 Jun 2004, Alto George wrote: [Service requested for unknown domain] You say this has already been solved and to search the archives... Yes. I did search the archives and the only thing I found was about possibly getting a domain name via dyndns.org. Ok, I did that but still

Re: [jdev] iq:private question

2004-06-03 Thread Robert Norris
On Thu, Jun 03, 2004 at 02:36:37PM -0600, Craig Hollabaugh wrote: I'm trying to send an iq with query xnlns='jabber:iq:private' between my custom non-IM clients. I noticed that jabberd v1.4.3 intercepts and bounces the message. I see in jsm/modules/mod_xml.c that the server returns a

RE: [jdev] Error in draft-ietf-xmpp-im-22.txt Section 7.4

2004-06-03 Thread Geir Ove Skjærvik
Hello, And thanks. That brings up another Question: How do we know Who complies to XMPP? I can't find any info on that for Timp or Jabber 1.4.2 or 2.0. I will follow your suggestion though ! Geir Ove -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of JD

RE: [jdev] Run JabberD As WindowXP/2000 Service

2004-06-03 Thread Tim Anderson
quote PLAN A: Make use of cygrunsrv.exe from cygwin.com to convert JabberD-1.4.2.exe to win(XP) service ... PLAN B: make use INSTSRV.exe from M$ to install JabberD-1.4.2.exe as win services /quote I'd vote for PLAN C: Add the service entry points and make it a real service. Since jabberd runs in

Re: [jdev] iq:private question

2004-06-03 Thread Craig Hollabaugh
Rob, Thanks for replying. On Thu, 2004-06-03 at 16:16, Robert Norris wrote: Does returning mod_PASS mean that my iq queries with xnlns='jabber:iq:private' will be routed to my custom client? It looks like j2 will pass it on to the client, thats correct. Whether it should is another story

Re: [jdev] Error in draft-ietf-xmpp-im-22.txt Section 7.4

2004-06-03 Thread Robert Norris
On Fri, Jun 04, 2004 at 12:23:09AM +0200, Geir Ove Skj?rvik wrote: And thanks. That brings up another Question: How do we know Who complies to XMPP? I can't find any info on that for Timp or Jabber 1.4.2 or 2.0. jabberd 2.0 has a file called PROTOCOL in the distribution tarball that documents

Re: [jdev] New developer

2004-06-03 Thread abhijeet kailash maheshwari
 hi Chris, it seems you have got hold of some documentation apart from protocol. Please send it to me too. Regards Abhi On Wed, 02 Jun 2004 christian . stange wrote : I'm about to implement jabber for a new commercial service, and due to a couple of reasons, I will have to base it on the