0
votes
4answers
36 views
XMPP server in Java
Hey any body please help me to implement a simple XMPP server using Java.
Thanks,
KC.
0
votes
1answer
38 views
error: expected ‘)’ before ‘*’ token - libxml2 - parser.h error
I want to create chat application using xmpp.
I have linked all necessary libraries into project but I am failure to add libxml2.
I am getting error on following line of parser.h …
0
votes
0answers
21 views
steps to implement xmpp in iphone application
I have downloaded XMPP iphone application. It works fine within that given example in xmppframework.
What if I want to create a project outside that directory ( xmppframework dire …
0
votes
1answer
31 views
How to get port number for iPhone Chatting Application
I am developing a chat application.
But Right now chatting is possible with only google because I know only google's port no.
xmppClient = [[XMPPClient alloc] init];
[xmppClient …
0
votes
2answers
34 views
Secure iPhone-Desktop Connection
Background
There are a lot of App Store released iPhone apps that require an IP based server on the desktop so that the iPhone can connect to the desktop as a client. For example, …
1
vote
8answers
135 views
communication between Java and C#
Hi,
I found out that there is a .Net toolkit called GCT - Group Communication Toolkit that is the C# version of JGroup. I want to know whether this and JGroup can be connected toge …
0
votes
3answers
21 views
can client of the xmpp server disconnect other client from the server?
It this possible? How? (Maybe silly question, but I couldn't find answer :( )
EDIT:I am using Openfire server embedded into different system, so I need if admin of the system kick …
1
vote
1answer
32 views
What Jabber/XMPP libraries are available for PyS60 (Python for Symbian S60) interpreter?
I'm interested in developing a XMPP client on the mobile S60 Symbian platform using the Python interpreter PyS60. I've done a search on Google for possible libraries, but turned up …
0
votes
2answers
48 views
IM service using Google App Engine
Hi,
I want to implement a web-based IM service on the lines Meebo. Might sound ambitious but that adds to the fun of it.
My research suggests XMPP would be a good protocol for th …
0
votes
1answer
41 views
XMPP chat sent/received message synchronization
Hi,
Scenario: I am trying to develop a web site which features a chat widget. I am using ASP.NET, C#, agsXMPP library as my tools in achieving this purpose. I use Openfire jabber …
0
votes
0answers
155 views
bidirectional google wave jabber gateway for google talk or ichat
Hello,
I've understood that Google Wave is built around the XMPP platform, as such I was thinking that it should be possible to access it with a jabber client like ichat or google …
1
vote
2answers
109 views
XMPP programming use erlang or java?
I'm interested to hear feedback from a guru out there. If you are a java programmer, I'm sure you are familiar with openfire, while erlang programmers are familiar with ejabber. W …
1
vote
1answer
172 views
wave bot and xmpp bot?
Wave protocol bot is just like any typical xmpp agent bot / component bot right?
Can wave bots used on other places or use bosh and create webclient to consume the bot?
Is wave p …
0
votes
1answer
25 views
Using the xmpp4r Ruby gem, how can I synchronously discover if a contact is online?
I'm new to XMPP and the xmpp4r library, so please forgive my noob question if this is obviously documented somewhere.
What's the most straightforward way, in a synchronous manner, …
1
vote
1answer
230 views
XMPP web client for commercial web application
I have the task of choosing an XMPP server/client solution for an internal web application. The goal is for employees to be able to utilize it via desktop client or the web applic …
