Hi,
I’m trying to do a file transfer via OpenFire with the Gloox library.
Whatever I try, I always get this error:
What does that mean?
I tried contacting the gloox developer but got no reply sofar.
Hi,
I’m trying to do a file transfer via OpenFire with the Gloox library.
Whatever I try, I always get this error:
What does that mean?
I tried contacting the gloox developer but got no reply sofar.
This is an error generated by the client software that is being used by folkert@komputilo.nl/folkert (which from your message I assume to be Gloox-based). It seems to be a response to a request made by testbot@komputilo.nl/Testbot, which seems to want to negotiate a file transfer (providing two options to transfer the file). The folkert client returns an error signalling that they do not support this request.
It is likely that the Gloox library doesn’t support it, or is not configured / used correctly. I don’t have experience with Gloox, so I’m not sure.
As an aside: most file transfers in XMPP these days work based on XEP-0363: HTTP File Upload (although it is not very likely that Gloox supports this, if it does not support the older mechanisms).
Hi,
Thanks!
Fwiw: the folkert-account is running on pidgin, dino and on my phone using conversations.
I’ll see if I can find something more recent for this (in C++ due to other dependencies for my project).
In case you’re not aware: the XMPP.org website has a handy software listing: XMPP Software | XMPP - The universal messaging standard - I’m next to useless for all things C, but maybe you can find some pointers there.
(no pun intended)