summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/client.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-12-30 16:04:07 +0100
committerSlávek Banko <slavek.banko@axis.cz>2017-12-30 16:04:07 +0100
commit036b0229dba794cf6267b522ac1f6449b6708d51 (patch)
treec502374e6e8e85b9e200df4bbe91e61a1ba4278b /kopete/protocols/oscar/liboscar/client.h
parentdc34f9c39105b0fe20ba45c064a08406084acbe2 (diff)
downloadtdenetwork-036b0229dba794cf6267b522ac1f6449b6708d51.tar.gz
tdenetwork-036b0229dba794cf6267b522ac1f6449b6708d51.zip
kopete: Remove the AIM specific code from liboscar
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kopete/protocols/oscar/liboscar/client.h')
-rw-r--r--kopete/protocols/oscar/liboscar/client.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/kopete/protocols/oscar/liboscar/client.h b/kopete/protocols/oscar/liboscar/client.h
index 71cf668a..f71a8333 100644
--- a/kopete/protocols/oscar/liboscar/client.h
+++ b/kopete/protocols/oscar/liboscar/client.h
@@ -68,7 +68,6 @@ public:
FatalProtocolError = 3
};
- enum AIMStatus { Online = 0, Away };
enum ICQStatus { ICQOnline = 0, ICQAway, ICQNotAvailable, ICQOccupied, ICQDoNotDisturb, ICQFreeForChat };
/*************
@@ -102,8 +101,6 @@ public:
/** Logout and disconnect */
void close();
- /** Set our status for AIM */
- void setStatus( AIMStatus status, const TQString &message = TQString() );
/** Set our status for ICQ */
void setStatus( DWORD status, const TQString &message = TQString() );
@@ -241,18 +238,6 @@ public:
TQValueList<int> chatExchangeList() const;
/**
- * Request the aim profile
- * \param contact the contact to get info for
- */
- void requestAIMProfile( const TQString& contact );
-
- /**
- * Request the aim away message
- * \param contact the contact to get info for
- */
- void requestAIMAwayMessage( const TQString& contact );
-
- /**
* Add the icq away message request to queue
* \param contact the contact to get info for
*/
@@ -273,9 +258,6 @@ public:
//! Run a UIN search
void uinSearch( const TQString& uin );
- //! Update the user's AIM profile
- void updateProfile( const TQString& profile );
-
//! Get buddy icon information for a person
void requestBuddyIcon( const TQString& user, const TQByteArray& hash, BYTE hashType );
@@ -344,10 +326,6 @@ public:
/** Change the current status message w/o changing status */
void setStatusMessage( const TQString &message );
- /** ICQ Settings */
- bool isIcq() const;
- void setIsIcq( bool isIcq );
-
/** Host's IP address */
TQCString ipAddress() const;