|
@@ -173,8 +173,7 @@ |
|
|
block discarded – undo |
|
173
|
173
|
* |
|
174
|
174
|
* @param string $username Username |
|
175
|
175
|
* @param string $jid JID |
|
176
|
|
- * @param string|false $name Name (Optional) |
|
177
|
|
- * @param int|false $subscription Subscription (Optional) |
|
|
176
|
+ * @param int|false $subscriptionType Subscription (Optional) |
|
178
|
177
|
* @return json|false Json with data or error, or False when something went fully wrong |
|
179
|
178
|
*/ |
|
180
|
179
|
public function addToRoster($username, $jid, $nickname=false, $subscriptionType=false) |
Please login to merge, or discard this patch.