net.liftmodules

xmpp

package xmpp

Visibility
  1. Public
  2. All

Type Members

  1. case class AddListener (actor: LiftActor) extends Product with Serializable

  2. case class BulkMsg (chat: Chat, msg: List[Message]) extends Product with Serializable

  3. case class CloseChat (to: String) extends Product with Serializable

  4. class ConsoleChatActor extends LiftActor

    An example Chat application that prints to stdout.

  5. case class CreateChat (to: String) extends Product with Serializable

  6. class DispatchRosterListener extends RosterListener

    Attributes
    abstract
  7. case class GetPendingMsg (to: String) extends Product with Serializable

  8. case class NewChat (chat: Chat) extends Product with Serializable

  9. case class NewRoster (r: Roster) extends Product with Serializable

    These messages are sent to the client Actor

  10. case class RecvMsg (chat: Chat, msg: Message) extends Product with Serializable

  11. case class RemoveListener (actor: LiftActor) extends Product with Serializable

  12. case class RosterEntriesAdded [T] (entries: Collection[T]) extends Product with Serializable

  13. case class RosterEntriesDeleted [T] (entries: Collection[T]) extends Product with Serializable

  14. case class RosterEntriesUpdated [T] (entries: Collection[T]) extends Product with Serializable

  15. case class RosterPresenceChanged (p: Presence) extends Product with Serializable

  16. case class SendMsg (to: String, msg: String) extends Product with Serializable

  17. case class SetPresence (presence: Presence) extends Product with Serializable

    These messages are sent to the XMPPDispatcher Actor.

  18. class XMPPDispatcher extends LiftActor

    An XMPP Dispatcher connects to an XMPP server on behalf of a User.

Value Members

  1. object ConsoleChatHelper extends AnyRef

  2. object Start extends Product with Serializable