Hi Nicolas, You can try lluna (C++ based : http://www.jabberstudio.org/cgi-bin/viewcvs.cgi/lluna2/) heavily depends on ACE version 5.4.1( http://www.cs.wustl.edu/~schmidt/ACE.html). You can also try using JECL libraries. If you like c then you can try Miranda (http://www.miranda-im.org/release/download.php).
Best regards Brijesh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 9:30 PM To: [EMAIL PROTECTED] Subject: jdev Digest, Vol 9, Issue 24 Send jdev mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit http://mail.jabber.org/mailman/listinfo/jdev or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of jdev digest..." Today's Topics: 1. Jabber Client (Nicolas Escobar Jariton) 2. Re: Jabber Client (Cathayan) 3. Re: Jabber Client ([EMAIL PROTECTED]) 4. Re: Force a buddy to log out (Jana von dem Berge) 5. RE: Force a buddy to log out (Katz, Dov B (IT)) 6. RE: Force a buddy to log out (Jana von dem Berge) 7. RE: Force a buddy to log out (Jana von dem Berge) 8. RE: Force a buddy to log out (Katz, Dov B (IT)) ---------------------------------------------------------------------- Message: 1 Date: Mon, 18 Oct 2004 21:03:22 -0300 From: Nicolas Escobar Jariton <[EMAIL PROTECTED]> Subject: [jdev] Jabber Client To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 I4am interested in programming a Jabber Client in C++. Where can I find some more information regarding this issue? Thanks and greetings from Paraguay. Nicolas.- ------------------------------ Message: 2 Date: Tue, 19 Oct 2004 11:01:12 +0800 From: Cathayan <[EMAIL PROTECTED]> Subject: Re: [jdev] Jabber Client To: Nicolas Escobar Jariton <[EMAIL PROTECTED]>, Jabber software development list <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 protocol: http://xmpp.org/ os code: http://jabberstudio.org On Mon, 18 Oct 2004 21:03:22 -0300, Nicolas Escobar Jariton <[EMAIL PROTECTED]> wrote: > I4am interested in programming a Jabber Client in C++. Where can I > find some more information regarding this issue? > > Thanks and greetings from Paraguay. > > Nicolas.- > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/jdev > -- [EMAIL PROTECTED] ------------------------------ Message: 3 Date: Tue, 19 Oct 2004 09:06:49 +0200 From: [EMAIL PROTECTED] Subject: Re: [jdev] Jabber Client To: Nicolas Escobar Jariton <[EMAIL PROTECTED]>, Jabber software development list <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 > I4am interested in programming a Jabber Client in C++. Where can I > find some more information regarding this issue? > > Thanks and greetings from Paraguay. Maybe you could be the first one using the XCD: http://xcd.jabberstudio.org Whatever there are other client libs, too: http://www.jabber.org/software/libraries.php ------------------------------ Message: 4 Date: Tue, 19 Oct 2004 16:50:02 +0200 From: "Jana von dem Berge" <[EMAIL PROTECTED]> Subject: Re: [jdev] Force a buddy to log out To: "Jabbersoftwaredevelopmentlist" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hello again! I can also solve my problem by checking the resources of the users with the server! Because then I could only allow users to log on with the client I programmed (I could implement a special resource)! Then I could programm the client to log out when there comes a message with a special subject, and then I can logout the users by sending such a message! Can somebody tell me if I can allow only special resources on my server? Thanks! Jabber software development list <[EMAIL PROTECTED]> schrieb am 18.10.04 13:37:38: > > Can someone tell me, how to force a buddy to log out? > > I want to to block a buddy on my server for a time. I move his XML-file to another directory. > > But when he is online, the file will be there again when he logs out. > > > I think it is again a Problem with the server, caching the files from the buddies. > > I added a <timeout>0</timeout> to the xdb-section of the jabber.xml file. > > This was when I had the Problem with altering the XML-files of my buddies. > > So I thought cashing was disabled, but know I have the Problem again. > > How can I disable buddies to log on my server, when they are currently online? > __________________________________________________________ > Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. > weltweit telefonieren! http://freephone.web.de/?mc=021201 > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/jdev __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 ------------------------------ Message: 5 Date: Tue, 19 Oct 2004 11:02:23 -0400 From: "Katz, Dov B (IT)" <[EMAIL PROTECTED]> Subject: RE: [jdev] Force a buddy to log out To: "Jabber software development list" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" I rewrote jabberd1.4.2's c2s and auth as external java components. Since you get user/pass/resource in jabber:iq:[EMAIL PROTECTED] tags, you can always deny auth for whatever combination you don't want to accept, including the resource in your considerations. There's only 1 thing, though. In 1.4.2, at least, you can auth with 1 resource, then continue to log in with another... At least you could do this with a custom c2s component (declare a session with a different resource than was used when setting auth). If you write a custom c2s component, you could block that as well, I guess. HTH -dov Dov Katz Enterprise & Client Technology Morgan Stanley -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jana von dem Berge Sent: Tuesday, October 19, 2004 10:50 AM To: Jabbersoftwaredevelopmentlist Subject: Re: [jdev] Force a buddy to log out Hello again! I can also solve my problem by checking the resources of the users with the server! Because then I could only allow users to log on with the client I programmed (I could implement a special resource)! Then I could programm the client to log out when there comes a message with a special subject, and then I can logout the users by sending such a message! Can somebody tell me if I can allow only special resources on my server? Thanks! Jabber software development list <[EMAIL PROTECTED]> schrieb am 18.10.04 13:37:38: > > Can someone tell me, how to force a buddy to log out? > > I want to to block a buddy on my server for a time. I move his XML-file to another directory. > > But when he is online, the file will be there again when he logs out. > > > I think it is again a Problem with the server, caching the files from the buddies. > > I added a <timeout>0</timeout> to the xdb-section of the jabber.xml file. > > This was when I had the Problem with altering the XML-files of my buddies. > > So I thought cashing was disabled, but know I have the Problem again. > > How can I disable buddies to log on my server, when they are currently online? > __________________________________________________________ > Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. > weltweit telefonieren! http://freephone.web.de/?mc=021201 > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/jdev __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mail.jabber.org/mailman/listinfo/jdev -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. ------------------------------ Message: 6 Date: Tue, 19 Oct 2004 17:31:36 +0200 From: "Jana von dem Berge" <[EMAIL PROTECTED]> Subject: RE: [jdev] Force a buddy to log out To: "Jabbersoftwaredevelopmentlist" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Where do I find the c2s component, in which c-file? I can also rewrite it in c, can't I? Jabber software development list <[EMAIL PROTECTED]> schrieb am 19.10.04 17:02:54: > > I rewrote jabberd1.4.2's c2s and auth as external java components. > Since you get user/pass/resource in jabber:iq:[EMAIL PROTECTED] tags, you > can always deny auth for whatever combination you don't want to accept, > including the resource in your considerations. > > There's only 1 thing, though. In 1.4.2, at least, you can auth with 1 > resource, then continue to log in with another... At least you could > do this with a custom c2s component (declare a session with a different > resource than was used when setting auth). If you write a custom c2s > component, you could block that as well, I guess. > > HTH > > -dov > > > Dov Katz > Enterprise & Client Technology > Morgan Stanley > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Jana von dem Berge > Sent: Tuesday, October 19, 2004 10:50 AM > To: Jabbersoftwaredevelopmentlist > Subject: Re: [jdev] Force a buddy to log out > > Hello again! > > I can also solve my problem by checking the resources of the users with > the server! Because then I could only allow users to log on with the > client I programmed (I could implement a special resource)! Then I could > programm the client to log out when there comes a message with a special > subject, and then I can logout the users by sending such a message! > Can somebody tell me if I can allow only special resources on my server? > Thanks! > > > > Jabber software development list <[EMAIL PROTECTED]> schrieb am 18.10.04 > 13:37:38: > > > > Can someone tell me, how to force a buddy to log out? > > > > I want to to block a buddy on my server for a time. I move his > XML-file to another directory. > > > > But when he is online, the file will be there again when he logs out. > > > > > > I think it is again a Problem with the server, caching the files from > the buddies. > > > > I added a <timeout>0</timeout> to the xdb-section of the jabber.xml > file. > > > > This was when I had the Problem with altering the XML-files of my > buddies. > > > > So I thought cashing was disabled, but know I have the Problem again. > > > > How can I disable buddies to log on my server, when they are currently > online? > > __________________________________________________________ > > Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. > > weltweit telefonieren! http://freephone.web.de/?mc=021201 > > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mail.jabber.org/mailman/listinfo/jdev > > > __________________________________________________________ > Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. > weltweit telefonieren! http://freephone.web.de/?mc=021201 > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/jdev > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/jdev ________________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt neu bei WEB.DE FreeMail: http://freemail.web.de/?mc=021193 ------------------------------ Message: 7 Date: Tue, 19 Oct 2004 17:54:53 +0200 From: "Jana von dem Berge" <[EMAIL PROTECTED]> Subject: RE: [jdev] Force a buddy to log out To: "Jabbersoftwaredevelopmentlist" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Is it in the jsm-section? Jabber software development list <[EMAIL PROTECTED]> schrieb am 19.10.04 17:32:14: > > Where do I find the c2s component, in which c-file? > I can also rewrite it in c, can't I? > > Jabber software development list <[EMAIL PROTECTED]> schrieb am 19.10.04 17:02:54: > > > > I rewrote jabberd1.4.2's c2s and auth as external java components. > > Since you get user/pass/resource in jabber:iq:[EMAIL PROTECTED] tags, you > > can always deny auth for whatever combination you don't want to accept, > > including the resource in your considerations. > > > > There's only 1 thing, though. In 1.4.2, at least, you can auth with 1 > > resource, then continue to log in with another... At least you could > > do this with a custom c2s component (declare a session with a different > > resource than was used when setting auth). If you write a custom c2s > > component, you could block that as well, I guess. > > > > HTH > > > > -dov > > > > > > Dov Katz > > Enterprise & Client Technology > > Morgan Stanley > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > > Of Jana von dem Berge > > Sent: Tuesday, October 19, 2004 10:50 AM > > To: Jabbersoftwaredevelopmentlist > > Subject: Re: [jdev] Force a buddy to log out > > > > Hello again! > > > > I can also solve my problem by checking the resources of the users with > > the server! Because then I could only allow users to log on with the > > client I programmed (I could implement a special resource)! Then I could > > programm the client to log out when there comes a message with a special > > subject, and then I can logout the users by sending such a message! > > Can somebody tell me if I can allow only special resources on my server? > > Thanks! > > > > > > > > Jabber software development list <[EMAIL PROTECTED]> schrieb am 18.10.04 > > 13:37:38: > > > > > > Can someone tell me, how to force a buddy to log out? > > > > > > I want to to block a buddy on my server for a time. I move his > > XML-file to another directory. > > > > > > But when he is online, the file will be there again when he logs out. > > > > > > > > > I think it is again a Problem with the server, caching the files from > > the buddies. > > > > > > I added a <timeout>0</timeout> to the xdb-section of the jabber.xml > > file. > > > > > > This was when I had the Problem with altering the XML-files of my > > buddies. > > > > > > So I thought cashing was disabled, but know I have the Problem again. > > > > > > How can I disable buddies to log on my server, when they are currently > > online? > > > __________________________________________________________ > > > Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. > > > weltweit telefonieren! http://freephone.web.de/?mc=021201 > > > > > > _______________________________________________ > > > jdev mailing list > > > [EMAIL PROTECTED] > > > http://mail.jabber.org/mailman/listinfo/jdev > > > > > > __________________________________________________________ > > Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. > > weltweit telefonieren! http://freephone.web.de/?mc=021201 > > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mail.jabber.org/mailman/listinfo/jdev > > -------------------------------------------------------- > > > > NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. > > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mail.jabber.org/mailman/listinfo/jdev > > > ________________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt neu bei WEB.DE FreeMail: http://freemail.web.de/?mc=021193 > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/jdev __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 ------------------------------ Message: 8 Date: Tue, 19 Oct 2004 11:58:39 -0400 From: "Katz, Dov B (IT)" <[EMAIL PROTECTED]> Subject: RE: [jdev] Force a buddy to log out To: "Jabber software development list" <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Check pthsock/client.c or the js_session_new method inside jsm/sessions.c , I presume -dov Dov Katz Enterprise & Client Technology Morgan Stanley -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jana von dem Berge Sent: Tuesday, October 19, 2004 11:55 AM To: Jabbersoftwaredevelopmentlist Subject: RE: [jdev] Force a buddy to log out Is it in the jsm-section? Jabber software development list <[EMAIL PROTECTED]> schrieb am 19.10.04 17:32:14: > > Where do I find the c2s component, in which c-file? > I can also rewrite it in c, can't I? > > Jabber software development list <[EMAIL PROTECTED]> schrieb am 19.10.04 17:02:54: > > > > I rewrote jabberd1.4.2's c2s and auth as external java components. > > Since you get user/pass/resource in jabber:iq:[EMAIL PROTECTED] tags, > > you can always deny auth for whatever combination you don't want to > > accept, including the resource in your considerations. > > > > There's only 1 thing, though. In 1.4.2, at least, you can auth with 1 > > resource, then continue to log in with another... At least you could > > do this with a custom c2s component (declare a session with a > > different resource than was used when setting auth). If you write > > a custom c2s component, you could block that as well, I guess. > > > > HTH > > > > -dov > > > > > > Dov Katz > > Enterprise & Client Technology > > Morgan Stanley > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > > Behalf Of Jana von dem Berge > > Sent: Tuesday, October 19, 2004 10:50 AM > > To: Jabbersoftwaredevelopmentlist > > Subject: Re: [jdev] Force a buddy to log out > > > > Hello again! > > > > I can also solve my problem by checking the resources of the users > > with the server! Because then I could only allow users to log on > > with the client I programmed (I could implement a special resource)! > > Then I could programm the client to log out when there comes a > > message with a special subject, and then I can logout the users by sending such a message! > > Can somebody tell me if I can allow only special resources on my server? > > Thanks! > > > > > > > > Jabber software development list <[EMAIL PROTECTED]> schrieb am > > 18.10.04 > > 13:37:38: > > > > > > Can someone tell me, how to force a buddy to log out? > > > > > > I want to to block a buddy on my server for a time. I move his > > XML-file to another directory. > > > > > > But when he is online, the file will be there again when he logs out. > > > > > > > > > I think it is again a Problem with the server, caching the files > > > from > > the buddies. > > > > > > I added a <timeout>0</timeout> to the xdb-section of the > > > jabber.xml > > file. > > > > > > This was when I had the Problem with altering the XML-files of my > > buddies. > > > > > > So I thought cashing was disabled, but know I have the Problem again. > > > > > > How can I disable buddies to log on my server, when they are > > > currently > > online? > > > __________________________________________________________ > > > Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. > > > weltweit telefonieren! http://freephone.web.de/?mc=021201 > > > > > > _______________________________________________ > > > jdev mailing list > > > [EMAIL PROTECTED] > > > http://mail.jabber.org/mailman/listinfo/jdev > > > > > > __________________________________________________________ > > Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. > > weltweit telefonieren! http://freephone.web.de/?mc=021201 > > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mail.jabber.org/mailman/listinfo/jdev > > -------------------------------------------------------- > > > > NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. > > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mail.jabber.org/mailman/listinfo/jdev > > > ________________________________________________________________ > Verschicken Sie romantische, coole und witzige Bilder per SMS! > Jetzt neu bei WEB.DE FreeMail: http://freemail.web.de/?mc=021193 > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mail.jabber.org/mailman/listinfo/jdev __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mail.jabber.org/mailman/listinfo/jdev -------------------------------------------------------- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. ------------------------------ _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mail.jabber.org/mailman/listinfo/jdev End of jdev Digest, Vol 9, Issue 24 *********************************** _____ << ella for Spam Control >> has removed 4783 Spam messages and set aside 1196 Newsletters for me You can use it too - and it's FREE! www.ellaforspam.com _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mail.jabber.org/mailman/listinfo/jdev
