meenatchisundram | 1 Nov 07:56
Picon

Re: Any quick/ simple c/c++ libraries/tutorials?

Hello Guys,

               Psi is also a open source xmpp client which is developed by using c++. it is simple to understand..


Regards,
C.Meenatchisundaram



_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________
ashiraz | 1 Nov 18:25

Re: Any quick/ simple c/c++ libraries/tutorials?


Jonathan Schleifer;4751 Wrote: 
> Am 31.10.2008 um 06:48 schrieb ashiraz:
> 
> > i have included the jpg with the error ...
> 
> Uhm, can't see neither any attached files, nor an URL to a JPEG file.
> 
> 

See here : http://www.jabberforum.org/showpost.php?p=4734&postcount=5

the error file is at the bottom of post 5 by me called error.jpg

I am only trying to get any xmpp/jabber client source in c/c++ to write
a simple message to an account in a jabber server. I cannot even however
get the examples to run in eclipse / vs 2008 for libstrophe and gloox.
Both gloox and libstrophe refuse to run and have bugs in them (I have
posted to the gloox mailing list with no response). Libstrophe errors
are below. Eventually I would like to integrate the libraries into a
larger project to make xmpp calls to a jabber server. That seems so far
away right now! *sigh*

I can get it to work in java (using smack) but the larger code base
(the one I will eventually integrate xmpp calls to) is written in
c/c++!

What to do now? Ideally I woul like to use simple/easy and efficient
that will allow me to make an xmpp call to a jabber account quickly. I
dont want to be a jabber expert here just wish to be able to interface
with a jabber server.

[1] see attached text file 
direct link( http://tinyurl.com/6qjkk2 )

+-------------------------------------------------------------------+
|Filename: errors_libstrophe.txt                                    |
|Download: http://www.jabberforum.org/attachment.php?attachmentid=10|
+-------------------------------------------------------------------+

--

-- 
ashiraz
------------------------------------------------------------------------
ashiraz's Profile: http://www.jabberforum.org/member.php?userid=17305
View this thread: http://www.jabberforum.org/showthread.php?t=1013

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Jonathan Schleifer | 1 Nov 18:50

Re: Any quick/ simple c/c++ libraries/tutorials?

ashiraz <ashiraz.3i7itb <at> no-mx.jabberforum.org> wrote:

> See here : http://www.jabberforum.org/showpost.php?p=4734&postcount=5
> 
> the error file is at the bottom of post 5 by me called error.jpg

The file can't be downloaded without an account - and I'm not going to
create an account just for that. You should better attach the file to a
mail to this ML and not use some webforum for that. ;)

> I am only trying to get any xmpp/jabber client source in c/c++ to
> write a simple message to an account in a jabber server.

I was looking for that two, but found no lib I liked. I somewhen then
started my own lib, but didn't have the time / mood to continue - yet.

--

-- 
Jonathan
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________
Stephan Maka | 1 Nov 19:31
Gravatar

Re: Any quick/ simple c/c++ libraries/tutorials?

Jonathan Schleifer wrote:
> ashiraz <ashiraz.3i7itb <at> no-mx.jabberforum.org> wrote:
> > See here : http://www.jabberforum.org/showpost.php?p=4734&postcount=5
> > the error file is at the bottom of post 5 by me called error.jpg
> The file can't be downloaded without an account - and I'm not going to
> create an account just for that. You should better attach the file to a
> mail to this ML and not use some webforum for that. ;)

I don't think sending pictures to lists is a good idea. But the forum
link isn't accessible to me either.

Because I always wondered: what's the rationale behind this? Fight image
hosting for other sites?

Stephan
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

ashiraz | 1 Nov 22:21

Re: Any quick/ simple c/c++ libraries/tutorials?


Jonathan Schleifer;4771 Wrote: 
> ashiraz <ashiraz.3i7itb (AT) no-mx (DOT) jabberforum.org> wrote:
> > I am only trying to get any xmpp/jabber client source in c/c++ to
> > write a simple message to an account in a jabber server.[/color]
> 
> I was looking for that two, but found no lib I liked. I somewhen then
> started my own lib, but didn't have the time / mood to continue - yet.
> 

If there is a simple method or function that makes that call to a
jabber server's account holder that would be great. 

I dont really need a whole library at this point.

--

-- 
ashiraz
------------------------------------------------------------------------
ashiraz's Profile: http://www.jabberforum.org/member.php?userid=17305
View this thread: http://www.jabberforum.org/showthread.php?t=1013

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Jack Moffitt | 1 Nov 23:51
Favicon

Re: Any quick/ simple c/c++ libraries/tutorials?

> Both gloox and libstrophe refuse to run and have bugs in them (I have
> posted to the gloox mailing list with no response). Libstrophe errors
> are below.

I'm sure libstrophe and gloox have bugs in them.  What you posted for
libstrophe is a bunch of compilation errors that you got because you
are just trying to compile every file in the tarball haphazardly.
oocontext and oostanza.cpp in particular are not included in the build
(for the reasons you see, they may not compile cleanly).  Also, you
seem to be compiling all kinds of expat's cpp stuff, none of which is
actually used or needed.

I'm sorry that SCons didn't work for you, but I suggest either trying
an older release of SCons, or reading the SConstruct file to see what
actually needs to be built.

jack.
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

ashiraz | 2 Nov 00:06

Re: Any quick/ simple c/c++ libraries/tutorials?


Jack Moffitt;4774 Wrote: 
> > Both gloox and libstrophe refuse to run and have bugs in them (I have
> > posted to the gloox mailing list with no response). Libstrophe
> errors
> > are below.
> 
> I'm sure libstrophe and gloox have bugs in them.  What you posted for
> libstrophe is a bunch of compilation errors that you got because you
> are just trying to compile every file in the tarball haphazardly.
> oocontext and oostanza.cpp in particular are not included in the build
> (for the reasons you see, they may not compile cleanly).  Also, you
> seem to be compiling all kinds of expat's cpp stuff, none of which is
> actually used or needed.
> 
> I'm sorry that SCons didn't work for you, but I suggest either trying
> an older release of SCons, or reading the SConstruct file to see what
> actually needs to be built.
> 
> jack.

scons apparently has just one version location : 

http://sourceforge.net/project/showfiles.php?group_id=30337

http://www.scons.org/download.php

I am using windows and 1.1.0 seems to be the only one available.
anyways I have downloaded and tried to run at least two of the versions
(latest and the other older one) both give the following error: 

http://www.flickr.com/photos/21641079 <at> N05/2992769633/

I removed some of the errors from libstrophe with regards to inability
for locating the strophe.h files but many errors remain.

--

-- 
ashiraz
------------------------------------------------------------------------
ashiraz's Profile: http://www.jabberforum.org/member.php?userid=17305
View this thread: http://www.jabberforum.org/showthread.php?t=1013

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

ashiraz | 2 Nov 00:08

Re: Any quick/ simple c/c++ libraries/tutorials?


Stephan Maka;4772 Wrote: 
> Jonathan Schleifer wrote:
> 
> I don't think sending pictures to lists is a good idea. But the forum
> link isn't accessible to me either.
> 
> Because I always wondered: what's the rationale behind this? Fight
> image
> hosting for other sites?
> 

http://www.flickr.com/photos/21641079 <at> N05/2992769633/

this is the screenshot of the error on flickr. '

It was just to help debug ... some errors for libstrophe are tackled
many remain before compilation.

--

-- 
ashiraz
------------------------------------------------------------------------
ashiraz's Profile: http://www.jabberforum.org/member.php?userid=17305
View this thread: http://www.jabberforum.org/showthread.php?t=1013

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

ashiraz | 2 Nov 01:33

Re: Any quick/ simple c/c++ libraries/tutorials?


Ok in order to get a simple message to a jabber server i had to install
scons. Scons would not install so I had to install python 2.5.1!!! and
after rebooting the machine I try to type scons in the top level
directory and it doesnt recognize the command scons! I am now working
with libstrophe because gloox is totally not even compiling!

This is just absurd! what is next? do i have to write an OS now? this
shi_te happens only in linux (where the os refuses to recognize a usb
device connected to a usb port and you have to download drivers AND
special software like "usbview")... not in windows! 

so my libstrophe copy is still looking for headers like : 

#include <urlmon.h>
#include <tchar.h>

i searched for the above but they are nowhere in sight ... 

what now?

p.s. I need to take care of other difficult things in life like getting
love etc. not this !

--

-- 
ashiraz
------------------------------------------------------------------------
ashiraz's Profile: http://www.jabberforum.org/member.php?userid=17305
View this thread: http://www.jabberforum.org/showthread.php?t=1013

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________

Jonathan Dickinson | 2 Nov 10:00
Gravatar

Re: Any quick/ simple c/c++ libraries/tutorials?

You can interop with native code using java (sorry, but that is the extent of my knowledge of doing that in
java, I don't know how). http://www.javaworld.com/javaworld/javatips/jw-javatip17.html

I am not trying to insult you here, because this really does apply to me as well: if you can't get a library to
work in c++ you should keep away from it: I think you should spend a few months really getting dirty with c++
before you attempt to write world-ready code in it.

Use java, it is a lot safer.

Sorry for not conforming to the list stanadards, I am on my phone.

-----Original Message-----
From: ashiraz <ashiraz.3i7itb <at> no-mx.jabberforum.org>
Sent: 01 November 2008 07:26 PM
To: jdev <at> jabber.org <jdev <at> jabber.org>
Subject: Re: [jdev] Any quick/ simple c/c++ libraries/tutorials?

Jonathan Schleifer;4751 Wrote:
> Am 31.10.2008 um 06:48 schrieb ashiraz:
>
> > i have included the jpg with the error ...
>
> Uhm, can't see neither any attached files, nor an URL to a JPEG file.
>
>

See here : http://www.jabberforum.org/showpost.php?p=4734&postcount=5

the error file is at the bottom of post 5 by me called error.jpg

I am only trying to get any xmpp/jabber client source in c/c++ to write
a simple message to an account in a jabber server. I cannot even however
get the examples to run in eclipse / vs 2008 for libstrophe and gloox.
Both gloox and libstrophe refuse to run and have bugs in them (I have
posted to the gloox mailing list with no response). Libstrophe errors
are below. Eventually I would like to integrate the libraries into a
larger project to make xmpp calls to a jabber server. That seems so far
away right now! *sigh*

I can get it to work in java (using smack) but the larger code base
(the one I will eventually integrate xmpp calls to) is written in
c/c++!

What to do now? Ideally I woul like to use simple/easy and efficient
that will allow me to make an xmpp call to a jabber account quickly. I
dont want to be a jabber expert here just wish to be able to interface
with a jabber server.

[1] see attached text file
direct link( http://tinyurl.com/6qjkk2 )

+-------------------------------------------------------------------+
|Filename: errors_libstrophe.txt                                    |
|Download: http://www.jabberforum.org/attachment.php?attachmentid=10|
+-------------------------------------------------------------------+

--
ashiraz
------------------------------------------------------------------------
ashiraz's Profile: http://www.jabberforum.org/member.php?userid=17305
View this thread: http://www.jabberforum.org/showthread.php?t=1013

_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: JDev-unsubscribe <at> jabber.org
_______________________________________________


Gmane