0
votes
1answer
26 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
31 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
126 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
2answers
43 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 …
5
votes
9answers
2k views
Good XMPP Java Libraries for server side?
I was hoping to implement a simple XMPP server in Java.
What I need is a library which can parse and understand xmpp requests from a client. I have looked at Smack (mentioned b …
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 …
0
votes
1answer
37 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
3answers
81 views
Who actually uses a full JID ?
When logging in to an XMPP server via smack, I only send the userid/password combination.
Do server components actually use the "resource" parameter in a full JID ?
e.g. ali@some …
0
votes
1answer
24 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
30 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 …
1
vote
1answer
61 views
Is there a way to manually register a user with a py-transport server-side?
I'm trying to write some scripts to migrate my users to ejabberd, but
the only way that's been suggested for me to register a user with a
transport is to have them use their clie …
0
votes
1answer
56 views
SMTP and XMPP deployment/workflow
I'm developing a website that incorporates an XMPP bot and a custom SMTP server (mainly these services process commands and reply). I'd like to set up a system where I can develop …
0
votes
0answers
121 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
104 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
220 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 …
