Home
last modified time | relevance | path

Searched refs:handleMUCParticipantPresence (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/gloox/gloox-1.0.24/src/
H A Dmucroomhandler.h107 … virtual void handleMUCParticipantPresence( MUCRoom* room, const MUCRoomParticipant participant,
H A Dmucroom.cpp972 m_roomHandler->handleMUCParticipantPresence( this, party, presence ); in handlePresence()
/dports/net-im/gloox/gloox-1.0.24/src/examples/
H A Dmuc_example.cpp111 …virtual void handleMUCParticipantPresence( MUCRoom * /*room*/, const MUCRoomParticipant participan… in handleMUCParticipantPresence() function in MessageTest
/dports/games/0ad/0ad-0.0.23b-alpha/source/lobby/
H A DXmppClient.h97 …virtual void handleMUCParticipantPresence(glooxwrapper::MUCRoom*, const glooxwrapper::MUCRoomParti…
H A DXmppClient.cpp813 void XmppClient::handleMUCParticipantPresence(glooxwrapper::MUCRoom*, const glooxwrapper::MUCRoomPa… in handleMUCParticipantPresence() function in XmppClient
/dports/games/0ad/0ad-0.0.23b-alpha/source/lobby/glooxwrapper/
H A Dglooxwrapper.cpp124 …virtual void handleMUCParticipantPresence(gloox::MUCRoom* UNUSED(room), const gloox::MUCRoomPartic… in handleMUCParticipantPresence() function in glooxwrapper::MUCRoomHandlerWrapper
143 m_Wrapped->handleMUCParticipantPresence(NULL, part, glooxwrapper::Presence(presence.presence())); in handleMUCParticipantPresence()
H A Dglooxwrapper.h351 …virtual void handleMUCParticipantPresence(MUCRoom* room, const MUCRoomParticipant participant, con…