View previous topic :: View next topic |
Author |
Message |
Headrush Watchman
Joined: 06 Nov 2003 Posts: 5597 Location: Bizarro World
|
Posted: Tue Jan 10, 2006 10:14 pm Post subject: Remove MSN gateway from jabber account. (SOLVED) |
|
|
I have kopete set up with both my jabber account and my MSN account.
Currently the jabber account is using the MSN gateway, so I can't have both accounts connected at once.
(I know jabber will do MSN )
I would like to keep the accounts separate and remove the gateway to MSN from the jabber account.
I'm assuming that this can be done by sending an appropriate raw packet to the jabber server, but I haven't found what that message is yet.
Does anyone know the message or know another method of removing the gateway?
Last edited by Headrush on Tue Jan 10, 2006 10:50 pm; edited 1 time in total |
|
Back to top |
|
|
damosoft n00b
Joined: 25 Sep 2004 Posts: 26 Location: Cheshire, UK
|
Posted: Tue Jan 10, 2006 10:29 pm Post subject: |
|
|
Not sure if it can be done in Kopete, but in PSI I just removed authorisation from the MSN transport, that results in that it wont attempt to connect when the jabber account loads up.
Hope it helps. _________________ Damian |
|
Back to top |
|
|
Headrush Watchman
Joined: 06 Nov 2003 Posts: 5597 Location: Bizarro World
|
Posted: Tue Jan 10, 2006 10:33 pm Post subject: |
|
|
damosoft wrote: | Not sure if it can be done in Kopete, but in PSI I just removed authorisation from the MSN transport, that results in that it wont attempt to connect when the jabber account loads up.
Hope it helps. |
Can you see the message PSI sends?
Could you possibly start PSI from command line and turn up verbosity and see if you see anything?
Thanks, either way. |
|
Back to top |
|
|
Headrush Watchman
Joined: 06 Nov 2003 Posts: 5597 Location: Bizarro World
|
Posted: Tue Jan 10, 2006 10:52 pm Post subject: |
|
|
Figured it out. I sent the following raw packet and it removed the MSN gateway. Code: | <iq type='set' to='msn.jabber.anywise.com'>
<query xmlns='jabber:iq:register'>
<remove/>
</query>
</iq> |
For anyone's reference, you can do this for any gateway, just change the address in the first line. |
|
Back to top |
|
|
|