Commit 1ba42a0d authored by JC Brand's avatar JC Brand

Document the change by @thierrytiti

parent addd2c2a
......@@ -9,6 +9,7 @@ Changelog
* #370 Unable to register a new user to ejabberd 2.1.11. [gbonvehi]
* #372 Some offline users have a visible empty <dd> in the roster. [floriancargoet]
* #374 Fix collapsed group visibility on page load. [floriancargoet]
* #378 Expect full JIDs to be returned via XHR user search [thierrytiti]
0.9.2 (2015-04-09)
------------------
......
......@@ -610,8 +610,7 @@ xhr_user_search_url
Used only in conjunction with ``xhr_user_search``.
This is the URL to which an AJAX GET request will be made to fetch user data from your remote server.
This is the URL to which an XHR GET request will be made to fetch user data from your remote server.
The query string will be included in the request with ``q`` as its key.
The calendar can be configured through a `data-pat-calendar` attribute.
The available options are:
The data returned must be a JSON encoded list of user JIDs.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment