Skip to content

Commit 5c4ee70

Browse files
committed
Improve roster API commands doc
1 parent e2ceb03 commit 5c4ee70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/developer/ejabberd-api/admin-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ HTTP/1.1 200 OK
126126

127127
Add an item to a user's roster (supports ODBC)
128128

129+
The client will receive a `jabber:iq:roster` IQ notifying them of the added entry.
130+
129131
__Arguments:__
130132

131133
- *localuser* :: string : User name
@@ -1432,6 +1434,8 @@ HTTP/1.1 200 OK
14321434
14331435
Delete an item from a user's roster (supports ODBC)
14341436
1437+
The client will receive a `jabber:iq:roster` IQ notifying them of the removed entry.
1438+
14351439
__Arguments:__
14361440

14371441
- *localuser* :: string : User name

0 commit comments

Comments
 (0)