Is it possible to add a contact to buddy list with out subscribe request?

818 Views Asked by At

I have developed MSN, Yahoo and Facebook Instant Messaging using ejabberd, strophe and transports. Every time when legacy user register him self with his credentials to transport, he has to authorize bunch of subscribe requests. Is it possible to avoid this process. I am wondering how meebo adding contacts to respective buddy lists without asking any subscribe requests.

Thanks, Sathi

1

There are 1 best solutions below

1
metajack On

I imagine Meebo automatically confirms the subscription requests without the user knowing, since they can (correctly) infer this is the user's intent when interfacing with a social network that does not have asynchronous connections.

Just have your own code automatically respond to ask='subscribe' requests from users behind the gateway to achieve the same thing.