Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

JabberManager Class Reference
[QtIPCommsModule]

The JabberManager class maintains information about the active Jabber telephony service. More...

    #include <JabberManager>

Inherits QAbstractCallPolicyManager.

Public Functions

Additional Inherited Members


Detailed Description

The JabberManager class maintains information about the active Jabber telephony service.

This class provides access to some of the common facilities of the jabber telephony service, if it is running within the system, to ease the implementation of Jabber-specific user interfaces in the server. The telephony service itself is started by PhoneServer at system start up.

This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.

See also PhoneServer.


Member Function Documentation

JabberManager::JabberManager ( QObject * parent = 0 )

Create a new Jabber telephony service manager and attach it to parent.

bool JabberManager::isAvailable ( const QString & uri )   [virtual]

Returns true if the Jabber user associated with uri is available for calling; false otherwise.

Reimplemented from QAbstractCallPolicyManager.

void JabberManager::updateOnThePhonePresence ( bool isOnThePhone )   [virtual]

If isOnThePhone is true, updates the local presence to away. Otherwise updates the local presence to online.

Reimplemented from QAbstractCallPolicyManager.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3