yip
This commit is contained in:
parent
c7c5e86b9e
commit
f60ea46e9b
@ -26,5 +26,5 @@ If you don't see your device ID's you can use `omemo-gen-get-devicelist-of` to c
|
|||||||
it will be like
|
it will be like
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# ./omemo-gen-get-devicelist-of <account you want to see the devicelist of>
|
# ./omemo-gen-get-devicelist-of [ account you want to see the devicelist of ]
|
||||||
```
|
```
|
||||||
|
@ -22,9 +22,15 @@ fi
|
|||||||
echo "$CONFIG loaded."
|
echo "$CONFIG loaded."
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
|
---COPY HERE---
|
||||||
|
|
||||||
|
|
||||||
<iq type='get' from='$FROM' to='$1' id='fetch1'>
|
<iq type='get' from='$FROM' to='$1' id='fetch1'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<items node='eu.siacs.conversations.axolotl.devicelist'/>
|
<items node='eu.siacs.conversations.axolotl.devicelist'/>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
</iq>
|
</iq>
|
||||||
|
|
||||||
|
|
||||||
|
---END COPY HERE---
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user