new_message changed to open_chat.

You can start chat and send message to not in
roster users
This commit is contained in:
Dimitur Kirov 2005-07-20 13:27:15 +00:00
parent d9fc6234be
commit 86ff362c5c
1 changed files with 4 additions and 4 deletions

View File

@ -102,13 +102,13 @@ If not specified try to change status of all accounts that \
have "sync with global status" option set'), False)
]
],
'new_message': [ # FIXME: merge me with send_message
'open_chat': [
_('Show the chat dialog so that you can send message to a contact'),
[
('jid', _('jid of the contact that you want to send a message to'),
('jid', _('jid of the contact that you want to chat with'),
True),
(_('account'), _('if specified the message will be sent the \
message using this account'), False)
(_('account'), _('if specified contact is taken from the contact \
list of this account'), False)
]
],
'send_message':[