I'm not the first, and probably not the last, who's wondering how to setup a switchboard yourself. The only way to get a switchboard is waiting before you get it from the MSN Server. You can get one by sending a message to a friend, and wait the server's response. However, I need to setup a chat with multiple users from 'nothing'. It's not clear to me how to approach this. Is there a way to get a new switchboard so I can .invite() to it?
I hope someone can explain it to me, and towards others.
Remco
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Never mind. I've found how to start a new Switchboard. When the switchboard is ready the defeault switchboardStarted function is fired. Add an attachment to the newSwitchboardfunction, when the switchboard is ready you can get the attachtment .
Hello,
I'm not the first, and probably not the last, who's wondering how to setup a switchboard yourself. The only way to get a switchboard is waiting before you get it from the MSN Server. You can get one by sending a message to a friend, and wait the server's response. However, I need to setup a chat with multiple users from 'nothing'. It's not clear to me how to approach this. Is there a way to get a new switchboard so I can .invite() to it?
I hope someone can explain it to me, and towards others.
Remco
Never mind. I've found how to start a new Switchboard. When the switchboard is ready the defeault switchboardStarted function is fired. Add an attachment to the newSwitchboardfunction, when the switchboard is ready you can get the attachtment .
messenger.newSwitchboard("ikbeneenattachment :)");
public void switchboardStarted(MsnSwitchboard switchboard) {
System.out.println(" + Switchboard Started");
switchboard.getAttachment().toString();
}
I'm sorry for the trouble.
Hello, can u explain me how to use the switchboard? I don't understand it very fine :S