User.update
From Yate Documentation
(Difference between revisions)
Line 14: | Line 14: | ||
− | There are modules that handles '''user.update''' message with operation: '''delete'''. | + | There are modules that handles '''user.update''' message with operation: '''delete'''.The user is removed from memory and from database.<br> |
− | The user is removed from memory and from database | + | |
− | + | ||
Other modules handle '''user.update''' message with operation: '''query''' that will request a list of contacts like jabberclient module.<br> | Other modules handle '''user.update''' message with operation: '''query''' that will request a list of contacts like jabberclient module.<br> | ||
+ | JabberServer Module will process message user.update with notify: 'delete' and will close the stream after user deletion.<br> | ||
+ | |||
+ | |||
+ | '''See also''' | ||
+ | |||
+ | *[[resource.subscribe]] |
Revision as of 17:27, 18 January 2013
user.update message used for users management: add, update and delete user.
Parameters
user
- The username of the user.
operation
- The operation to fulfill or notify.
- Values:
- add - create a user
- update - update a user
- delete - delete a user
- query - request a contact list
There are modules that handles user.update message with operation: delete.The user is removed from memory and from database.
Other modules handle user.update message with operation: query that will request a list of contacts like jabberclient module.
JabberServer Module will process message user.update with notify: 'delete' and will close the stream after user deletion.
See also