mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-08 21:20:45 +02:00
* Set jabber priority to -127, which seems to be lowest valid one.
This commit is contained in:
@@ -158,7 +158,7 @@ Jabber_p::go()
|
||||
m_client->disco()->addFeature( "tomahawk:player" );
|
||||
*/
|
||||
|
||||
m_client->setPresence( Presence::XA, 1, "Tomahawk available" );
|
||||
m_client->setPresence( Presence::XA, -127, "Tomahawk available" );
|
||||
|
||||
// m_client->connect();
|
||||
// return;
|
||||
|
Reference in New Issue
Block a user