binitjha - 2006-12-14

Hi
Just curious , does Gaim support XEP 0065 ? in other words does it support   bytestreams proxies , which a client fetches from server and then tries to send a file using a proxy bytestream server.

I have Jabber Server code , and its running on my local machine. I am using Gaim as my IM clients. I have used 2 particualr JID's as my proxy server (which is nothing but two username logged in to my server using Gaim client , Here i am using Gaim client as a bytestream proxy Server ).
When a user comes online using Gaim it sends a disco#items packet to server and in return my server returns the 2 items corresponding to proxy servers. Now in debug window i noticed that Gaim sends a disco#info packets to the proxy servers and in return it does get a list of  all  supported protocols. so far its compliant with XEP 0065.
But now it doesnt send a bytestreams packet asking proxy server of its ip. (which should have happened as XEP 0065 says)

Now when i try to send a file from user1 to user2 , in the streamhost list it(gaim client of user1) uses only its own IP and doesnt consider the proxies ip.

is there any problem with IMserver or Gaim doesnt support it???

Regards
Binit