XMPP (Extensible Messaging and Presence Protocol) is an open, standard protocol for fast delivery of real-time messages.

learn more… | top users | synonyms (1)

26
votes
10answers
15k 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 below) and JSO. Smack ...
22
votes
1answer
2k views

.NET XMPP libraries under Apache, MIT or MS-PL licenses?

I am looking for a liberally licensed (MIT, X11, Apache, etc) version of the XMPP protocol for .NET and Mono. There are a handful of libraries under the GPL, LGPL and LGPL v2 for .NET and Mono, but ...
20
votes
5answers
6k 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?
17
votes
7answers
14k views

Commandline Jabber client

I need a simple scriptable/commandline jabber client. What is the best and/or simplest one to install? Clarification: I'm looking for a simple way to send messages from within a script.
15
votes
4answers
4k views

Good tutorials on XMPP?

I've been looking at some open-source XMPP servers, and am familiar with the official page http://xmpp.org/. But thus far I've not found anything in between "The Extensible Messaging and Presence ...
13
votes
7answers
8k views

Which is the most mature Python XMPP library for a GChat client?

There seem to be several options for Python XMPP client libraries -- I'm not totally sure what I'm getting myself into (just fiddling around at this point), so I'm looking for some advice on which ...
12
votes
5answers
5k views

Android P2P Multiplayer game (with a) XMPP/Google talk b) JXTA peerdroid c) other way)

I am an android developer and I made some board games. Now i want to make some of my board games multiplayer. I don't want to create and host my own web service, so i thought about P2P. The first ...
12
votes
2answers
2k views

Can GAE act as an XMPP server?

I'm thinking of building a multi-player game using GAE. When player A makes a move, I'd like to record the details and then let player B know about the move. I thought that I might get some ...
11
votes
2answers
5k views

Best python XMPP / Jabber client library? [closed]

What are your experiences with Python Jabber / XMPP client libraries? What do you recommend?
11
votes
4answers
6k views

How do you create a simple Google Talk Client using the Twisted Words Python library?

I am interested in making a Google Talk client using Python and would like to use the Twisted libraries Words module. I have looked at the examples, but they don't work with the current ...
11
votes
14answers
1k views

Potential other uses of a jabber server

Beside the obvious person to person instant message chat, What else have you used a Jabber server's functionality to enable? Edit: links to working code to really show it off are particularly useful ...
10
votes
6answers
1k views

Integrating Facebook chat

I have written a program to integrate Facebook user chat in C#, however I always get <failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><not-authorized/></failure> after sending the ...
10
votes
2answers
5k views

Android and XMPP: Currently available solutions

I'd like to pose a question as to which XMPP library would be the best choice nowadays, for Android development. I've been using the patched Smack library from here as is suggested in many other ...
9
votes
2answers
1k views

How to fully integrate XMPP on a web site with registered users

We have a social networking site where people have contacts and we want it to be integrated with XMPP. We currently use ejabberd XMPP server. Here are my questions: 1) How to properly create ...
8
votes
1answer
109 views

XMPP framework - How to get Group messages

Im developing an iPhone app that has an groupchat. Im using the XMPP framework. But im not able to pick up the message that has been received and then pass it to the Viewcontroller in order to print ...
8
votes
17answers
1k views

How to secure a password from being readable at the client?

I need to pass username and password which is at the server to my web chat clients javascript function. When I send the username password through my php code in the javascript function it becomes ...
8
votes
5answers
3k views

Low-latency, large-scale message queuing

I'm going through a bit of a re-think of large-scale multiplayer games in the age of Facebook applications and cloud computing. Suppose I were to build something on top of existing open protocols, ...
8
votes
2answers
3k views

Good XMPP/Jabber client library for .NET 3.5 (or 4.0)

What are some good (or the best!) XMPP/Jabber client libraries for .NET 3.5 or 4.0 development? I have seen a few decent libraries out there, but most of the good ones seem to be built for Framework ...
8
votes
4answers
2k views

What is the best architecture to bridge to XMPP?

If I have a separate system with its own concept of users and presence, what is the most appropriate architecture for creating a bridge to an XMPP server network? As far as I can tell there are three ...
7
votes
4answers
2k views

Ajax jabber/XMPP client recommendations (real experience only please) !

i'm setting up a chat system for my niche social site and have decided on ejabberd for the server side, but i cannot find any decent web-based ajax clients. most seem to be abandoned years ago or ...
7
votes
1answer
465 views

Ruby Jabber/Jingle library

Do you know any well documented library for handling Jabber's Jingle (audio/video) extension in Ruby ?
7
votes
4answers
5k views

Where can I find a good XMPP (Jabber) tutorial?

Where can I find a good XMPP (Jabber) tutorial with detailed information on the XML that's sent to/from a Jabber client and server. I've looked at the xmpp.org website, but what they show there is ...
7
votes
3answers
2k views

differences between smack, tinder and whack

Can anyone tell me what the differences are between smack, tinder and whack? Are tinder and whack slim-down versions of smack? Do the 3 libraries serve different purposes?
7
votes
6answers
2k views

Libraries to connect to Instant Messaging (IM) services like Yahoo , MSN, AIM through Java Program

I am looking for some library that will help me connect to IM networks through a Java program. My requirement is as follows: User should be able to login, retrieve friend list, and able to send ...
6
votes
3answers
556 views

Android & (millions of) push notifications

I'm working on the Android version of an application I first created on iPhone and this application requires to send (if it's as successful as its iPhone version) up to millions of push notifications ...
6
votes
1answer
269 views

Wokkel Resources

This isn't a technical question, however after hours of scouring google I have not found an viable examples or resources to learn the Wokkel framework. I've extrapolated what I can from the source ...
6
votes
2answers
1k views

facebook chat in delphi?

I want to connect to facebook chat from my delphi application , change the status message or post something on the wall? Do u know any way i can acomplish this ?
6
votes
5answers
1k views

amqp or xmpp for real time online games

Which of these technology suite for Multi user online game project.. Project requirements: 1. Able to handle 2k-5k user at any given time. 2. client library for iphone and android (native, no ...
6
votes
1answer
866 views

Best actively maintained Java XMPP Library?

I've seen several XMPP libraries for Java that seem to have little update activity in the past few years. What is the best current XMPP library with support for: - Basic chat - TLS - MUC - PubSub ...
6
votes
4answers
17k views

XMPP and Android [closed]

Possible Duplicate: Android and XMPP: Currently available solutions I am trying to build a small XMPP client in Android. Any ideas on what library I can use? I have tried using the Smack ...
6
votes
8answers
3k views

Simple web “live chat” software (LAMP stack) that integrates with Jabber/Aim

I've looked for this a few times in the past, to no avail. I would like a simple php/ajax web chat interface, that, and this is the critical part, will interface with my IM client (Pidgin) ... via ...
5
votes
1answer
198 views

How to change your own name using Smack?

You can use RosterEntry to get the name of your contacts. But how I change my own name and it appears to my contacts when they do RosterEntry entry = roster.getEntries("myuser"); entry.getName(); // ...
5
votes
1answer
627 views

XMPP/Jabber on Django (chat server)

I'm looking to write a real time chat server in Django using XMPP/Jabber protocol (with mobile clients). Django will handle the user profile and inbox (non-real time part) through HTTP while the real ...
5
votes
1answer
521 views

What is XMPP, and how can I use it within an iOS chat application?

I want to create a chat client application for iPhone. I've read that the XMPP framework is one of the best to use for this. However, I haven't found much material out there on this, only the ...
5
votes
2answers
724 views

Android: asmack(ported) or smack(patched)?

I have searched alot on google and in here to find the best featured API for XMPP client. I have found the following two: asmack: .http://code.google.com/p/asmack/ patched smack: ...
5
votes
3answers
469 views

How can I send an image on the web in an XMPP (Jabber) message?

For the XMPP interface for the Stack Overflow chat, I am currently taking the HTML of the chat messages and converting to valid XML, and setting that as the html child element of the XMPP message ...
5
votes
4answers
658 views

How to connect to gtalk in java?

i am trying to code a small XMPP gtalk client in java. I know there is a lot of libraries that help you that but the RFC is so easy to understand that i decide to write a client by myself. I know ...
5
votes
2answers
643 views

Is it possible to send message via GTalk Intent?

I'm looking for a solution to send multicast (text) messages to all my google contacts from my android app. Is there a way to do this with the GTalk App (Intent), or do i have to use my own xmpp ...
5
votes
1answer
2k views

What is roster in XMPP?

I'm learning XMPP now but I repeatedly seeing that word roster but I have no idea. Hope someone can lighten me up!
5
votes
3answers
622 views

Any reason why I shouldn't use couchdb for message passing or realtime activity streams?

While using ampq or xmpp (rabbitmq or ejabbered that could have couchdb as backends) seems like a good fit to deliver real time updates about friend state in a social gaming platform where updates are ...
5
votes
2answers
997 views

Openfire http-bind

How can we connect to Openfire using secured http-bind (port 7443 by default)?
5
votes
4answers
4k views

XMPP web client

Is there any XMPP web client except SparkWeb and JWChat?
5
votes
2answers
3k views

Using XMPP for push user notifications on Android - any way to target these so they don't go to Google Talk etc

I want to use XMPP to push data to my client which would translate to a notification for the user, and plan on using their google-id for login to my application. The way I understand XMPP is that its ...
5
votes
3answers
2k views

Super simple XMPP server or advice for a simple custom Openfire component

I need a server to send and recieve XMPP messages from Android clients running a multiplayer game I'm writing. I picked XMPP because I don't want to long poll and Sockets can be an issue over the ...
5
votes
1answer
1k views

pyxmpp: quick tutorial for creating a muc client?

I'm attempting to write a quick load-test script for our ejabberd cluster that simply logs into a chat room, posts a couple of random messages, then exits. We had attempted this particular test with ...
5
votes
1answer
3k views

best java jabber client library

What good/bad experiences do you have with java jabber libraries?
5
votes
4answers
5k views

Send an xmpp message using a python library

How can I send an XMPP message using one of the following Python libraries: wokkel, xmpppy, or jabber.py ? I think I am aware of the pseudo-code, but so far have not been able to get one running ...
5
votes
5answers
1k views

Which group messaging technology to use?

I feel a little bit kind of confused — for about 24 hours I have been thinking which group broadcasting technology to use in my project. Basically, what I need is: create groups (by some backend ...
4
votes
5answers
89 views

How is this function changing my readonly variable?

I am using jabber.net in C# and there is a quirk that has confused me so hopefully someone can explain how it is doing it. I am still quite new to C# from a C++ background so it may be a ...
4
votes
1answer
105 views

how to get same xmpp connection from one activity to another?

i am new programmer.i would like to implement sample application for getting chat by using xmpp server.In this implementation i have created connection by using ConnectionConfiguration object as ...

1 2 3 4 5 24