Mercurial > libervia-backend
view doc/libervia-cli/gateway.rst @ 4327:554a87ae17a6
plugin XEP-0048, XEP-0402; CLI (bookmarks): implement XEP-0402 (PEP Native Bookmarks):
- Former bookmarks implementation is now labeled as "legacy".
- XEP-0402 is now used for bookmarks when relevant namespaces are found, and it fallbacks
to legacy XEP-0048/XEP-0049 bookmarks otherwise.
- CLI legacy bookmark commands have been moved to `bookmarks legacy`
- CLI bookmarks commands now use the new XEP-0402 (with fallback to legacy one
automatically used if necessary).
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 20 Nov 2024 11:43:27 +0100 |
parents | 9e7ea54b93ee |
children |
line wrap: on
line source
========================== gateway: Gateway management ========================== ``gateway`` command allows you to list, register, and unregister from gateways (usually used to access other networks like ActivityPub or Email) on an XMPP server. list ==== List available gateways on a server. If no server JID is specified, the command will use the server of the current profile. By default, only available gateways are shown. If you want to see unavailable gateways as well, you can use the ``-v, --verbose`` option. example ------- List available gateways on the server of the default profile:: $ li gateway list register ======== Register to a gateway using the specified gateway JID. This will usually show a registration form that you'll have to complete. example ------- Register to the IRC gateway on a server:: $ li gateway register ap.example.org unregister ========== Unregister from a gateway using the specified gateway JID. By default, a confirmation is requested before unregistering. You can skip the confirmation by using the ``-f, --force`` option. example ------- Unregister from the SMS gateway on a server without confirmation:: $ li gateway unregister -f irc.example.org