Inheritance diagram for Swift::DummyEntityCapsProvider:
Collaboration diagram for Swift::DummyEntityCapsProvider: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::ref > | caps |
| boost::signal< void(const JID &)> | onCapsChanged |
| Emitted when the capabilities of a JID changes. | |
Definition at line 14 of file DummyEntityCapsProvider.h.
| Swift::DummyEntityCapsProvider::DummyEntityCapsProvider | ( | ) | [inline] |
Definition at line 15 of file DummyEntityCapsProvider.h.
| DiscoInfo::ref Swift::DummyEntityCapsProvider::getCaps | ( | const JID & | ) | const [virtual] |
Returns the service discovery information of the given JID.
Implements Swift::EntityCapsProvider.
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.
1.7.1