From d63648d3c2b23928d6689eea272b76702d794acd Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 21 Jul 2015 12:58:18 -0400 Subject: [PATCH] fixed decriptions to be lists --- notification/jabber.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/notification/jabber.py b/notification/jabber.py index 1a19140a83d..606287cd8e4 100644 --- a/notification/jabber.py +++ b/notification/jabber.py @@ -29,15 +29,15 @@ description: options: user: description: - User as which to connect + - User as which to connect required: true password: description: - password for user to connect + - password for user to connect required: true to: description: - user ID or name of the room, when using room use a slash to indicate your nick. + - user ID or name of the room, when using room use a slash to indicate your nick. required: true msg: description: @@ -46,16 +46,16 @@ options: default: null host: description: - host to connect, overrides user info + - host to connect, overrides user info required: false port: description: - port to connect to, overrides default + - port to connect to, overrides default required: false default: 5222 encoding: description: - message encoding + - message encoding required: false # informational: requirements for nodes