metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

Fix for API error using libxml2 as the parser for libstrophe #6

Closed rzuck closed 13 years ago

rzuck commented 13 years ago

Jack,

The error I encountered was a simple API error as you anticipated. The fix is contained in parser_libxml2.c.

While I was submitting patches, I updated the README.txt to reflect the current build steps. I also made a change to Makefile.am that caused by build to fail (specifically the ./configure operation would fail). I don't know why this change was required for me.

Let me know if you'd like these changes as actual patches. I thought pulling from my fork might be easier for you.

Thanks,

Russ

metajack commented 13 years ago

Thanks very much for this!