Browse Source

fix xpPresence

master
Philipp Balzarek 13 years ago
parent
commit
a03df77a04
  1. 2
      source/Network/Xmpp/Marshal.hs

2
source/Network/Xmpp/Marshal.hs

@ -65,7 +65,7 @@ xpPresence = ("xpPresence" , "") <?+> xpWrap @@ -65,7 +65,7 @@ xpPresence = ("xpPresence" , "") <?+> xpWrap
(xpAttrImplied "from" xpPrim)
(xpAttrImplied "to" xpPrim)
xpLangTag
(xpAttr "type" $ xpWithDefault Available xpPrim)
(xpDefault Available $ xpAttr "type" xpPrim)
)
(xpAll xpElemVerbatim)
)

Loading…
Cancel
Save