Subject: server example not compiling
I'm trying to compile the server example (with VS 2003), but get the following error:
..\XmppServerConnection.cs(125): The type or namespace name 'iq' could not be found (are you missing a using directive or an assembly reference?)
..\XmppServerConnection.cs(157): The type or namespace name 'iq' could not be found (are you missing a using directive or an assembly reference?)
any idea ?
Tks
Stefan
..\XmppServerConnection.cs(125): The type or namespace name 'iq' could not be found (are you missing a using directive or an assembly reference?)
..\XmppServerConnection.cs(157): The type or namespace name 'iq' could not be found (are you missing a using directive or an assembly reference?)
any idea ?
Tks
Stefan
Stefan Wuthrich