mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
no presence type unavailable
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1823 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
8fef91ba48
commit
cdb74abedd
@ -155,8 +155,7 @@
|
|||||||
|
|
||||||
<example caption='Plain Presence Stanza'><![CDATA[
|
<example caption='Plain Presence Stanza'><![CDATA[
|
||||||
<presence from='alice@example.org/pda'
|
<presence from='alice@example.org/pda'
|
||||||
to='bob@example.com/laptop'
|
to='bob@example.com/laptop'>
|
||||||
type='available'>
|
|
||||||
<show>dnd</show>
|
<show>dnd</show>
|
||||||
<status>Working</status>
|
<status>Working</status>
|
||||||
<c xmlns='http://jabber.org/protocol/caps'
|
<c xmlns='http://jabber.org/protocol/caps'
|
||||||
@ -176,8 +175,7 @@
|
|||||||
|
|
||||||
<example caption='Presence with Encrypted Content'><![CDATA[
|
<example caption='Presence with Encrypted Content'><![CDATA[
|
||||||
<presence from='alice@example.org/pda'
|
<presence from='alice@example.org/pda'
|
||||||
to='bob@example.com/laptop'
|
to='bob@example.com/laptop'>
|
||||||
type='available'>
|
|
||||||
<c xmlns='http://www.xmpp.org/extensions/xep-0200.html#ns'>
|
<c xmlns='http://www.xmpp.org/extensions/xep-0200.html#ns'>
|
||||||
<data> ** Base64 encoded m_final ** </data>
|
<data> ** Base64 encoded m_final ** </data>
|
||||||
<mac> ** Base64 encoded a_mac ** </mac>
|
<mac> ** Base64 encoded a_mac ** </mac>
|
||||||
|
Loading…
Reference in New Issue
Block a user