Merge branch 'maxs-contacts-read-description' into 'master'

Improve description of MAXS Module ContactsRead

This is my first gitlab merge request and my first fdroidserver merge request, so please double check. 

/cc @Flow

See merge request !1435
This commit is contained in:
Daniel Martí 2016-05-31 10:09:06 +00:00
commit 99e334d972

View file

@ -10,8 +10,20 @@ Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
Auto Name:MAXS Module ContactsRead
Summary:A Module for MAXS
Description:
This is a Module for MAXS, which does not install any launcher. You need "MAXS
Main" and a configured MAXS Transport to make use of it.
This is a Module for MAXS, which does not install any launcher. You need
[[org.projectmaxs.main]] and a configured MAXS Transport (e.g.,
[[org.projectmaxs.transport.xmpp]]) to make use of it.
With this module, you can query your contact list:
* '''contact num <number>''' - Lookup a contact by number
* '''contact name <contact name>''' - Lookup a contact by name
* '''contact nick <contact nickname>''' - Lookup contact by nickname
* '''contact mobile <number>''' - Lookup contact by mobile number
* '''contact lookup <contact info>''' - Lookup a contact
This module is used by other modules (such as smssend) and must be installed for
them to work properly.
.
Repo Type:srclib