diff --git a/assets/icons/irc.svg b/assets/icons/irc.svg new file mode 100755 index 0000000..b935481 --- /dev/null +++ b/assets/icons/irc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/xmpp.svg b/assets/icons/xmpp.svg new file mode 100644 index 0000000..a4a2fb5 --- /dev/null +++ b/assets/icons/xmpp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 15f74a2..c5e4c9a 100755 --- a/pages/index.vue +++ b/pages/index.vue @@ -1337,6 +1337,26 @@ export default { order: 17, isURL: 1, }, + { + name: 'XMPP', + icon: 'xmpp', + href: 'xmpp:', + placeholder: 'XMPP ID', + value: null, + label: 'XMPP ID', + order: 18, + isURL: 1, + }, + // { + // name: 'IRC', + // icon: 'irc', + // href: 'irc:', + // placeholder: 'IRC ID', + // value: null, + // label: 'IRC ID', + // order: 19, + // isURL: 1, + // }, ], secondaryActions: [ // todo: Fix Instagram gradient icon preview