You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
242 B

module Network.Xmpp.IM
( -- * Instant Messages
subject
, thread
, body
, newIM
, simpleIM
, answerIM
-- * Presence
, module Network.Xmpp.IM.Presence
) where
import Network.Xmpp.IM.Message
import Network.Xmpp.IM.Presence