Tagged Questions

0
votes
3answers
45 views

Using AppEngine XMPP for Client Notifications

I've been looking for a way to tell clients about expired objects and AppEngine's XMPP implementation seems really interesting because it's scalable, should be reliable and can contain up to 100kb of …
3
votes
3answers
54 views

Is there an open source WebSockets (JavaScript) XMPP library?

Has anyone written an open source XMPP library that uses WebSockets and is meant to be run by a browser?
1
vote
2answers
53 views

Best XMPP Library for Python Web Application

Hi, I want to learn how to use XMPP and to create a simple web application with real collaboration features. I am writing the application with Python(WSGI), and the application will require javascript …
0
votes
5answers
70 views

Which language to choose for a Jabber bot?

I'll be writing an XMPP (Jabber) bot, and I need to decide in which language should I write it. Currently I'm considering Python, Java, and PHP. Since I'm expecting the bot to be running most of the …
0
votes
0answers
13 views

What is the throttling rate that GTalk applies to XMPP messages?

Even after throttling down to one message per second, after about 20 messages GTalk starts bouncing XMPP messages with ... <error type="cancel" code="503"><service-unavailable …
1
vote
1answer
47 views

home automation using arduino / xmpp client for arduino

Hi, I am trying to setup a system for automating certain tasks in my home. I am thinking of a solution wherein a server side application would be able to send/receive commands/data to …
0
votes
0answers
33 views

How to set/get profile data with XMPP using Smack

I am working on a XMPP client on Android, using the Smack library. The roster/messaging/presence stuff is running very well. However, I didn't find a way to store additional profile information …
0
votes
0answers
32 views

XMPP: Connect to GTalk

Hi, Am using XMPP trying to connect to Gtalk to send a message from one of my other gtalk accounts to my main account from a PHP page. I get an error that its unable to connect before timeout. Please …
0
votes
4answers
65 views

XMPP server in Java

Hey any body please help me to implement a simple XMPP server using Java. Thanks, KC.
0
votes
1answer
47 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 addDelegate:self]; …
0
votes
2answers
48 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, there are many …
1
vote
8answers
154 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 together to make java …
0
votes
1answer
59 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 server for XMPP …
0
votes
3answers
29 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 kicks out the user from …
1
vote
1answer
42 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 empty. I'm hoping …

1 2 3 4 5 8 next
15 30 50 per page