Public Member Functions | Public Attributes

Swift::DummyEntityCapsProvider Class Reference

Inheritance diagram for Swift::DummyEntityCapsProvider:
Collaboration diagram for Swift::DummyEntityCapsProvider:

List of all members.

Public Member Functions

 DummyEntityCapsProvider ()
DiscoInfo::ref getCaps (const JID &jid) const
 Returns the service discovery information of the given JID.

Public Attributes

std::map< JID, DiscoInfo::refcaps
boost::signal< void(const JID &)> onCapsChanged
 Emitted when the capabilities of a JID changes.

Detailed Description

Definition at line 14 of file DummyEntityCapsProvider.h.


Constructor & Destructor Documentation

Swift::DummyEntityCapsProvider::DummyEntityCapsProvider (  )  [inline]

Definition at line 15 of file DummyEntityCapsProvider.h.


Member Function Documentation

DiscoInfo::ref Swift::DummyEntityCapsProvider::getCaps ( const JID  )  const [virtual]

Returns the service discovery information of the given JID.

Implements Swift::EntityCapsProvider.


Member Data Documentation

Definition at line 20 of file DummyEntityCapsProvider.h.

boost::signal<void (const JID&)> Swift::EntityCapsProvider::onCapsChanged [inherited]

Emitted when the capabilities of a JID changes.

Definition at line 32 of file EntityCapsProvider.h.