| 251 |
251 |
| 252 /** |
252 /** |
| 253 * Notifies the user that a remote user has wants to add the local user |
253 * Notifies the user that a remote user has wants to add the local user |
| 254 * to his or her buddy list and requires authorization to do so. |
254 * to his or her buddy list and requires authorization to do so. |
| 255 * |
255 * |
| 256 * This will present a dialog informing the user of this and ask if the |
256 * This will present a dialog informing the user of this and ask if the |
| 257 * user authorizes or denies the remote user from adding him. |
257 * user authorizes or denies the remote user from adding him. |
| 258 * |
258 * |
| 259 * @param account The account that was added |
259 * @param account The account that was added |
| 260 * @param remote_user The name of the user that added this account. |
260 * @param remote_user The name of the user that added this account. |
| 261 * @param id The optional ID of the local account. Rarely used. |
261 * @param id The optional ID of the local account. Rarely used. |