1
vote
1answer
273 views

Non GPL C/C++ XMPP client library for embedded Linux

Does anyone know of a good non GPL C/C++ XMPP client library that works for embedded Linux in ARM machines? I've checked out txmpp but the last update seems to be 2 years ago. qxmpp seems to require ...
1
vote
1answer
270 views

How to get avatars of users in Jabber using libstrophe

How can I fetch the avatars of all the contacts in a user's XMPP/Jabber roster? I have previously asked this question, and while implementing the <presence> handler, I noticed that the presence ...
1
vote
1answer
575 views

How to build a jabber client using libstrophe

I'm trying to make a simple Jabber client using the libstrophe library. It's going fairly well so far, except for one thing for which I need some clarification. Namely, how am I supposed to ...
1
vote
2answers
255 views

linking problem on linux (can't find the name of the appropriate library)

I trying to use a library (http://code.google.com/p/qxmpp/) but I can't find the name of the library to link it to. I want to understand how can you find out the name of the library to use in the ...
1
vote
3answers
3k views

Non GPL XMPP client library

Does any one know of a good xmpp client library that isn't under GPL license? Preferred written in c or c++ Edit: Also compiles on windows
5
votes
1answer
2k views

libxml2 vs expat for an XMPP server

I'm trying to create an XMPP library (and later a server) from scratch in a new C-like programming language (although the language itself is irrelevant) as a means to learn what I can about the XMPP ...