Fix Android build of gloox-extensions
Android NDK does not include multiple string functions like stol(), stoi(), to_string() etc. As we have now decided to switch to QXmpp in the future, we no longer have to care about Qt includes in src/gloox-extensions, so using QString conversion methods as a workaround.