Copyright | (c) pierre, 2007 |
---|---|
License | BSD-style (see the file libraries/base/LICENSE) |
Maintainer | Dmitry Astapov <dastapov@gmail.com>, pierre <k.pierre.k@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Network.XMPP.XEP.MUC
Description
XEP-0045, join/kick/ban/leave functionality
- mucJoin :: JID -> XmppStateT ()
- mucLeave :: JID -> XmppStateT ()
- mucJoinStanza :: JID -> Stanza
- mucLeaveStanza :: JID -> Stanza
Documentation
mucJoin :: JID -> XmppStateT ()
Joins MUC room named by JID (conference@server/nick)
mucLeave :: JID -> XmppStateT ()
Leaves MUC room named by JID (conference@server/nick)
mucJoinStanza :: JID -> Stanza
Stanza sent by mucJoin
mucLeaveStanza :: JID -> Stanza
Stanza sent by mucLeave