mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -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[
|
||||
<presence from='alice@example.org/pda'
|
||||
to='bob@example.com/laptop'
|
||||
type='available'>
|
||||
to='bob@example.com/laptop'>
|
||||
<show>dnd</show>
|
||||
<status>Working</status>
|
||||
<c xmlns='http://jabber.org/protocol/caps'
|
||||
@ -176,8 +175,7 @@
|
||||
|
||||
<example caption='Presence with Encrypted Content'><![CDATA[
|
||||
<presence from='alice@example.org/pda'
|
||||
to='bob@example.com/laptop'
|
||||
type='available'>
|
||||
to='bob@example.com/laptop'>
|
||||
<c xmlns='http://www.xmpp.org/extensions/xep-0200.html#ns'>
|
||||
<data> ** Base64 encoded m_final ** </data>
|
||||
<mac> ** Base64 encoded a_mac ** </mac>
|
||||
|
Loading…
Reference in New Issue
Block a user