Hi, I'm experimenting with file transfer using libjingle, the pcp sample works fine with the google server etc specified...But for the next step I've configured an OpenFire server on a local machine (am toying with the settings on that as well), and am trying to modify pcp to see if it works with it.
So far, have across quite a few roadblocks...its not just a matter of changing the address for the socket connection from talk.google.com, though that is sufficient for clients to log in to the system. I tried setting the is_google_client property to false, but without that the file transfer request is never received (since the status member fileshare_capability is not set to true), so I switched back to is_google_client = true... Following this found another issue when I sent the full path of the file as a command argument (it was trying to create file with the full path as the file name in my temp folder ie; c:\...\temp\D: \fileToTransfer.doc), which is easily worked around...Once I got through this though, still no dice, as the transfer begins and crashes giving a division by zero error, since the number of relay servers is 0...Now I figure most of these problems are because I've not modified the session negotiation or anything, and am just using those provided by setting is_google_client= true...have seen quite a few references to google.com being passed to the xml stanzas as a result of that, and that doesn't seem correct...Has anyone else tried this? Would appreciate any insight Thanks, Nikhil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-talk-open" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-talk-open?hl=en -~----------~----~----~----~------~----~------~--~---
