1
0
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:
Christian Muehlhaeuser
2011-03-25 00:43:23 +01:00
parent 9c60067831
commit 09a85034e3

View File

@@ -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;