#1905 Improve the output of invite creation shell commands
Reporter
lissine
Owner
Nobody
Created
Updated
Stars
★ (1)
Tags
Type-Enhancement
Status-New
Priority-Medium
lissine
on
When mod_invites_page is loaded, the invite adhoc commands returns three things:
- an xmpp: URI
- an https link
- the invite expiration time
On the other hand, the `invite:create_contact(user_jid)` shell command returns:
- an xmpp: URI
and the `invite:create_reset(user_jid)` shell command returns:
- an https link
- the invite expiration time
The `invite:create_contact` shell command should output an https link, and probably the invite expiration time too.
And for consistency, the xmpp: URI should either be shown in both shell commands, or in neither one.
When mod_invites_page is loaded, the invite adhoc commands returns three things: - an xmpp: URI - an https link - the invite expiration time On the other hand, the `invite:create_contact(user_jid)` shell command returns: - an xmpp: URI and the `invite:create_reset(user_jid)` shell command returns: - an https link - the invite expiration time The `invite:create_contact` shell command should output an https link, and probably the invite expiration time too. And for consistency, the xmpp: URI should either be shown in both shell commands, or in neither one.