You are here

XMPP

Installing Tigase onto a public server

Next step is installing Tigase onto a public server to try out more of the MUC functions. Last night I sent a bunch of stanzas from the XEP-0045 document. I received responses, but the responses were not what I expeceted. It looks like the MUC portion of the server may not be turned on or the fact that I'm using localhost as the server may be affecting the way messages are routed.  I send the stanzas through the Pidgin program using the tool that allows raw stanzas to be sent to the server.

XMPP as a game server.

So I'm looking at Tigase as a possible game server since it's GPL3 and has full source code. Since at my last place I was using SmartFox and we reduced the functionality to that of a simple XMPP server with rooms. I got the package and the source, it compiled on the first time out the gate so I was impressed with the state of their trunk. I installed the package and got things up and running. The server is now running on my localhost and I'm able to connect.

Using Pigin I'm trying to connect to an MUC however it looks like the function isn't working right now.

 

Subscribe to RSS - XMPP