server-to-server

XMPP Server-to-Server for Gmail.com/Jabber.org

Hi. I'm in the phase of implementing the server-to-server communication part of a XMPP Server. I'm testing my implementation with Gmail.com and Jabber.org but both seem to use the dialback protocol. Does anyone know more information about this protocol related to this servers? The protocol seems to be separated in several federation t...

What is server to server posting script?

I am integrating a 3rd party module into my site. I read their documention, but I stuck at this line: "Your script should then do a server-to-server posting to our server. For example: https://www.domain.com:XXXX/gateway..." What is it? I write a php page with a POST-form: <form action"https://www.domain.com:XXXX/..." method="post"> ....

C# How to communicate between 2 servers

I have a website running ASP.NET (C#) on server A. I need my website to access a webservice on server B. server B will only accept incoming requests if the requestee is located within a certain IP range and server A is not within this range. I have a server server C which is located within the IP range and the only thing blocking serve...

Connect to Amazon S3 from hosting

Ok I been Googling for a while now, and i can't seem to find a good tutorial on how to connect to an Amazon S3 account from my hosting server. If anyones knows of a good step by step tutorial please post url. Here's a little bit more info on what im trying to accomplish. im using Vidiscript which is a YouTube clone I want to save on dis...

set input value to file located on server

Ok im really new to amazon s3 just created my account today. im tring to upload files from my server to my S3 account via POST Proposal. i got at working form that has a input type file but i dont wanna select file form my computer. i want to create a cron job that submits a file located on my server. is this possible ...