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:
Peter Saint-Andre 2008-05-04 02:04:35 +00:00
parent 8fef91ba48
commit cdb74abedd
1 changed files with 2 additions and 4 deletions

View File

@ -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>