forked from legastero/stanza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice.xml
18 lines (18 loc) · 815 Bytes
/
device.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<iq from="[email protected]" type="set" id="announce2">
<pubsub xmlns="http://jabber.org/protocol/pubsub">
<publish node="eu.siacs.conversations.axolotl.bundles:31415">
<item id="current">
<bundle xmlns="eu.siacs.conversations.axolotl">
<identityKey>QkFTRTY0IEVOQ09ERUQ=</identityKey>
<prekeys>
<preKeyPublic preKeyId="1">QkFTRTY0IEVOQ09ERUQ=</preKeyPublic>
<preKeyPublic preKeyId="2">QkFTRTY0IEVOQ09ERUQ=</preKeyPublic>
<preKeyPublic preKeyId="3">QkFTRTY0IEVOQ09ERUQ=</preKeyPublic>
</prekeys>
<signedPreKeySignature>QkFTRTY0IEVOQ09ERUQ=</signedPreKeySignature>
<signedPreKeyPublic signedPreKeyId="1">QkFTRTY0IEVOQ09ERUQ=</signedPreKeyPublic>
</bundle>
</item>
</publish>
</pubsub>
</iq>