import "zapIStunClient.idl";
Public Member Functions | |
| nsICancelable | sendBindingRequest (in zapIStunClientListener listener, in ACString stunServer, in ACString username, in ACString password) |
| Send a binding request to the given server 'stunServer'. | |
|
||||||||||||||||||||
|
Send a binding request to the given server 'stunServer'. If 'username' is != null, a USERNAME attribute with the given value will be added. If 'password' is != null, a MESSAGE-INTEGRITY attribute will be generated. This function will either return an error (e.g. if the stunServer is invalid, like an empty string), or will call the listener exactly once with a final response or error. |
1.4.4