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