Home
last modified time | relevance | path

Searched refs:handleUnsubscriptionRequest (Results 1 – 14 of 14) sorted by relevance

/dports/net-im/gloox/gloox-1.0.24/src/
H A Drosterlistener.h155 virtual bool handleUnsubscriptionRequest( const JID& jid, const std::string& msg ) = 0;
H A Drostermanager.cpp330 bool answer = m_rosterListener->handleUnsubscriptionRequest( s10n.from(), s10n.status() ); in handleSubscription()
/dports/net-im/licq-osd/licq-f271d55/jabber/src/
H A Dclient.h123 bool handleUnsubscriptionRequest(const gloox::JID& jid,
H A Dclient.cpp461 bool Client::handleUnsubscriptionRequest( in handleUnsubscriptionRequest() function in Client
/dports/net-im/licq-jabber/licq-f271d55/jabber/src/
H A Dclient.h123 bool handleUnsubscriptionRequest(const gloox::JID& jid,
H A Dclient.cpp461 bool Client::handleUnsubscriptionRequest( in handleUnsubscriptionRequest() function in Client
/dports/net-im/licq-qt-gui/licq-f271d55/jabber/src/
H A Dclient.h123 bool handleUnsubscriptionRequest(const gloox::JID& jid,
H A Dclient.cpp461 bool Client::handleUnsubscriptionRequest( in handleUnsubscriptionRequest() function in Client
/dports/net-im/gloox/gloox-1.0.24/src/examples/
H A Droster_example.cpp155 virtual bool handleUnsubscriptionRequest( const JID& jid, const std::string& /*msg*/ ) in handleUnsubscriptionRequest() function in RosterTest
/dports/net-im/licq/licq-f271d55/jabber/src/
H A Dclient.h123 bool handleUnsubscriptionRequest(const gloox::JID& jid,
H A Dclient.cpp461 bool Client::handleUnsubscriptionRequest( in handleUnsubscriptionRequest() function in Client
/dports/net-im/licq-icq/licq-f271d55/jabber/src/
H A Dclient.h123 bool handleUnsubscriptionRequest(const gloox::JID& jid,
H A Dclient.cpp461 bool Client::handleUnsubscriptionRequest( in handleUnsubscriptionRequest() function in Client
/dports/net-im/gloox/gloox-1.0.24/src/tests/rostermanager/
H A Drostermanager_test.cpp145 virtual bool handleUnsubscriptionRequest( const JID& /*jid*/, const std::string& /*msg*/ ) in handleUnsubscriptionRequest() function in RosterManagerTest