xmpp

Replacement for Facebook Chat API in v2.0? [closed]

断了今生、忘了曾经 提交于 2019-12-18 11:00:31
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Facebook will be deprecating their chat API that currently allows sending chat messages via XMPP. My company is currently working on a product that may take advantage of the chat API and I would like to know more about the future of this service. Will the current XMPP-based chat API be replaced with a new

Keep XMPP connection (using asmack) alive on Android

怎甘沉沦 提交于 2019-12-18 10:45:04
问题 I'm developing an application that receives push notifications via XMPP ( I know C2DM, but it has some limitations and I can't use because of it ), the problem is the connection that after some time is garbage collected and I can't send push notification to the Android device. I think I need to implement an Android service but I have no idea how to implement a service that would keep the connection alive. Somebody could help me? 回答1: I am not sure if "garbage collected" is the right term here

XMPP web client [closed]

一世执手 提交于 2019-12-18 10:24:14
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Is there any XMPP web client except SparkWeb and JWChat? 回答1: I'd recommend, you can use strophejs. The examples of the Professional XMPP development with jQuery are very interesting. Especially the chapter 6 application, which is a ... chat client. 回答2: There is also Jappix, which is a fresh new social-oriented

Connecting to Google Talk over XMPP on Node.js

时间秒杀一切 提交于 2019-12-18 10:17:17
问题 I've tried using a variety of XMPP libraries for Node.js, and am having trouble connecting to Google Talk's XMPP servers. I'm wanting to connect and read the status of friends, but I can't even get out door! I have a personal domain hosted through Google Apps for Domains, e.g., mydomain.com . I've got the following code written - it makes use of the node-xmpp library (https://github.com/astro/node-xmpp): jid = 'ryan@mydomain.com'; password = 'my_google_password'; // Establish a connection var

XMPPFramework - Create an XMPPRoom

ⅰ亾dé卋堺 提交于 2019-12-18 07:20:09
问题 I have been trying to create a XMPPRoom using the below mentioned code, i have looked at various examples online however when i use this code, the delegate xmppRoomDidCreate or xmppRoomDidJoin delegates doesn't get called. I'm not sure what am i doing wrong here? PS: the delegates of xmppStream do get called, it gets connected and authorized however, the issue is XMPPRoom delegates... - (void)createChatRoom { NSString *jabberID = @"abcxyz@testservice.com"; self.xmppStream.hostName = @

XMPPFramework - Create an XMPPRoom

旧城冷巷雨未停 提交于 2019-12-18 07:20:07
问题 I have been trying to create a XMPPRoom using the below mentioned code, i have looked at various examples online however when i use this code, the delegate xmppRoomDidCreate or xmppRoomDidJoin delegates doesn't get called. I'm not sure what am i doing wrong here? PS: the delegates of xmppStream do get called, it gets connected and authorized however, the issue is XMPPRoom delegates... - (void)createChatRoom { NSString *jabberID = @"abcxyz@testservice.com"; self.xmppStream.hostName = @

How to implement XMPP protocol in objective-C? [closed]

别等时光非礼了梦想. 提交于 2019-12-18 04:05:24
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . How to implement XMPP protocol in objective-C? I want to send & receive messages from Jabber server through XMPP. Thanks in advance. 回答1: Make use of the XMPP Framework for Cocoa. Here's the Getting started using XMPPFramework on iOS. 回答2: This is a good tutorial about setting up

Integrating Facebook chat

吃可爱长大的小学妹 提交于 2019-12-18 03:12:24
问题 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 response to the server. I've checked the API key and the App secret, both of them are correct. It looks like I'm passing some wrong parameters to the server. Here is my code. private void GetDetailsButton_Click(object sender, EventArgs e) { TcpClient FacebookClient = new TcpClient(); FacebookClient.Connect("chat

Integrating Facebook chat

可紊 提交于 2019-12-18 03:11:33
问题 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 response to the server. I've checked the API key and the App secret, both of them are correct. It looks like I'm passing some wrong parameters to the server. Here is my code. private void GetDetailsButton_Click(object sender, EventArgs e) { TcpClient FacebookClient = new TcpClient(); FacebookClient.Connect("chat

XMPP library for facebook chat [closed]

隐身守侯 提交于 2019-12-18 01:31:45
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . So facebook is opening its chat servers to us... great. I am new to XMPP, so what would be the best JS library to connect to their servers? I googled for a tutorial article, but found nothing. Can someone direct me to one? 回答1: As Joschi pointed out strophe is a very good javascript library. But you need a BOSH