Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone :)

Me and My friends at the college are taring to program an xmpp/jabber server(Simple) with c#

agsxmpp link :
http://www.ag-software.de/download.html[^]


I'm wondering if we can use the agsxmpp library to program this Simple-server Or if there is another way to it :thumbsup:

We have tried the example server that came with the library help But it didn't work correctly



anyone can help me here >>>
Posted

Ahmad Hag Muhammad wrote:
We have tried the example server that came with the library help But it didn't work correctly

You'll have to be a bit more specific than that. Did you receive an error?

I've downloaded the SDK, unzipped the stuff, opened the agsXMPP2008-solution, selected the server-project, started it, cancelled out of the deployment-dialogue for the mobile-version, and clicked the "Start server" button.

You can access your server using an XMPP client. I've connected using some Java-client[^]. Select the Jabber-network, go to advanced and set "localhost" (or the name of your xmpp-server), pick a name and password and connect :)
 
Share this answer
 
Thank you very much

when you connect to the server , It sends you some contacts
item 1
item 2
item 3
..
.
item 10


The problem is that you can't chat with other clients that are connected to the server and you can't add new contacts
 
Share this answer
 
Ahmad Hag Muhammad wrote:
The problem is that you can't chat with other clients that are connected to the server and you can't add new contacts.

Yup, the example shows how to retrieve a (static) list of contacts. There's also no authentication-mechanism, you'll have to program those parts yourself.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900