Tagged Questions
0
votes
1answer
106 views
Facebook Chat API - Python App Engine
I'm trying to use the Facebook chat API in my web service(AppEngine Python). I found some code on line, but any of them help me to make it work.
This is the code I'm using, but don't work. What I am ...
0
votes
0answers
21 views
Migrated AppEngine app to HRD, no longer sending XMPP messages, though logs says message sent
I have a Google AppEngine app that was master/slave and I finally decided to migrate to high replication. I followed all the directions, the code was redeployed, the billing settings were updated.... ...
0
votes
1answer
42 views
Checking a Google user's gtalk buddies Presence status in my GAE application, when he's logged in
I'm creating a GAE application, as a part of which, we wish to show logged in Google user - his gtalk buddies list and their presence status.
Google XMPP API let you create bots, but user's gtalk ...
2
votes
1answer
50 views
Can I add xmpp python library to my google app engine server
I'm trying to send messages between xmmp clients using gogle app engine as a server, for that reason I prefer to use xmpp library for python (xmpppy) instead the xmpp library of the google app engine ...
0
votes
2answers
136 views
Send a xmpp message using xmmp python library and google app engine
I'm trying to send a message using xmpp and google app engine. I'm using xmpp library for python. My code is the following:
import webapp2
import xmpp
_SERVER = 'serverdomain'
class ...
0
votes
1answer
148 views
Can I Use Google App Engine as XMPP Gateway
I have a Cloud App hosted on Windows Azure and I need to integrate XMPP with the service. Can I use GAE's XMPP API to achieve this? I'll need to be able to create new Jabber IDs and send & receive ...
0
votes
1answer
93 views
can xmpp on google app engine push message to javascript client
I am creating a website on google app engine and I want to allow users to chat with each other just like gmail.I have read that there are 2 options - xmpp and channel api.
Now I want to know,can the ...
-1
votes
2answers
154 views
Can we create an XMPP chat client code in windows just like in android?
I need my android phone and my PC (win-xp-sp3) to be able to communicate with each other.
I am successfully running a xmpp code in my android phone through SL4a/python and it can send and receive ...
1
vote
1answer
65 views
Action on user adding GAE XMPP bot
Is it possible to do some action when a chat request is sent by the user to the bot?
I know it gets authorized to communicate with the bot, but I want to store the JID of the user as soon as he adds ...
1
vote
1answer
139 views
How to get IP address of chat message sender using XMPP protocol in Google App Engine?
I am developing an app which can respond to user's chat message. I need to know the IP address of the chat message sender. I am doing my app on Google app Engine and using XMPP protocol for chatting ...
2
votes
1answer
80 views
Auto subscribe a user when signing up to app
This is so interesting question, I think. I am developing a chat application using xmpp in google go. Upon testing, I could not send chat message to a google user unless that user would add my app as ...
0
votes
1answer
104 views
How to use Candy (js based jabber client) with google app engine ?
is it possible to use Candy jabber client with app engine ?
http://candy-chat.github.com/candy/
1
vote
0answers
81 views
Can I use one servlet to receive xmpp messages, and another to send them in App Engine?
Does the required servlet URL mapping (/_ah/xmpp/message/chat/) for the xmpp service restrict me to using only that servlet for both sending and receiving xmpp messages?
My application receives ...
0
votes
1answer
78 views
xmpp error on google app engine
I have my server running on GAE with python. I am using xmpp for sending notifications to gtalk users. I see this error most often:
_ah/xmpp/message/error/
Is it happening because the client is ...
2
votes
1answer
226 views
Google federation and server to server encryption
I am trying to set up an XMPP server, such that users of my service can communicate with XMPP users of other services. I have two requirements
1) Users of other services must still be able to use ...
1
vote
2answers
322 views
Using XMPP as a push server?
I've been running around in circles the past few days trying to figure out a good solution for my problem. The main key here is that this is for an iOS application. What I want is to quickly ...
1
vote
1answer
198 views
Gtalk OAuth token to connect to Gtalk service
I am implementing a xmpp client (right now only intended for gtalk).
I started with getting an OAuth2 token as described on OAuth 2.0 Authorization. I am also looking for some help on how to connect ...
2
votes
1answer
66 views
Escaping characters in fromJid when connecting to google talk from GAE via XMPP.
I have a chat application build on GAE. Internally chat messages between users are passed around via the google channel api. Since all the users already have google IDs, I'd like to also enable ...
0
votes
1answer
100 views
Possibilities of running a custom XMPP server on GAE
I've been using GAE XMPP however and have tried working with external XMPP server like OpenFire.
However, what are the possibilities of running a XMPP Server module inside of GAE, something that ...
0
votes
1answer
300 views
How to send a XMPP message from Android to GAE using Smack
I want to send XMPP message from my android client to GAE Server using Smack.
I read this post with gmail settings and got the idea of how it should be done. But I don't how to setup the host and ...
0
votes
2answers
299 views
XMPP in Google App Engine and Android for a chat application
I want to build a simple chat app where users can send messages to each other.
Can I do it with XMPP service from Google App Engine?
In their tutorials and all the tutorials I found on the web it was ...
1
vote
1answer
325 views
Setting Google Talk status (with authentication) from Google App Engine
I'm trying to build a site that updates users' Google Talk statuses from Google App Engine using the built in XMPP Python API (or a third-party one, if one works better than another). I've been ...
1
vote
1answer
95 views
Deny subscription to users with different domain on Google App Engine
I'm developing an application on GAE (google app engine). This app is a chat bot which the users can use in order to access some resources. The problem is that I don't want that any user who knows the ...
0
votes
1answer
131 views
AssertionError: No api proxy found for service “xmpp”
I am trying to run gae app without dev_appserver.py, and have following error
AssertionError: No api proxy found for service "xmpp"
room = webrtc.Room.get_by_key_name(room_key)
I found in the ...
0
votes
2answers
386 views
App Engine chat application
I am writing a chat application on app engine using xmpp. My idea is to allow users to chat to one another. I can get messages to send to a google talk account, by taking the logged in user and ...
0
votes
0answers
206 views
Receiving XMPP chat messages on Google App Engine
I am trying to use xmpp on an app i am creating to allow users to chat with each other. It only requires the user to be able to talk to one single other user. I have found plenty of guides on how to ...
0
votes
0answers
263 views
Facebook Chat on Google App Engine
I am making a Facebook application for chat using the Google App Engine as a platform. I have been looking around, and I am very confused with how to get facebook chat working on the app engine. I ...
0
votes
1answer
153 views
How does one send chat message from chat bot to clients?
I have made a bot which can reply when the client sends a message. I want to send a message to the client without them sending me a message. I don't want to code in each and every message. Can someone ...
0
votes
1answer
81 views
Unsubscribed User's IM Status in Google App Engine
I am implementing an GAE application where I need to show the chat status of any user using user's gmail address that belongs to a certain domain.
The user has no idea of the application and the ...
0
votes
1answer
148 views
XMPP App Engine service does not work with mobile Gtalk apps [closed]
I made a XMPP app engine application, it works on Gtalk client on desktop properly, however there is a problem with the mobile version of Gtalk that only the presence works however chat messages are ...
1
vote
3answers
999 views
Sending alerts to users from Google App Engine [closed]
I am building a Web site that sends alerts to users' phones when certain conditions are true. My original plan was to use text messaging via e-mail. You can send an e-mail to (phonenumber)@vtext.com ...
1
vote
2answers
155 views
Is it possible to set a avatar for chat bot built on the google app engine?
It's really easy to build a chat bot with python and google app engine. But a bot without a avatar is difficult to identify.
There's an XMPP protocol for exchanging user avatars: XEP-0084: User ...
1
vote
1answer
141 views
gae xmpp and domains
i am using the gae xmpp service to send a chat message.
all simply enuff.
the message correctly sends to most domains, including tigase.im
however when the message is sent to a user on my own xmpp ...
3
votes
3answers
2k views
GAE two way communication with client (Channel API alternative for Java / iOS clients, or perhaps XMPP)?
I'd like to implement two way communication between a cross platform mobile client (Android, PC - written in Java and iOS written in Objective-C) and my Google AppEngine (Java) server. It should:
...
0
votes
1answer
629 views
Detect user login/logout xmpp google app engine
I am using Google App Engine in Java to send XMPP messages.
I would like to know if there is a way to check if a user is logged in to the system or logged out. So, when the user signs in, I would ...
0
votes
2answers
99 views
Deploy a Java app to GAE
I tried to deploy a pushbot on GAE by using: http://code.google.com/p/partychapp/source/browse/pushbot source code.
I can see the bot online, but it never answer my command, did I miss something?
...
1
vote
3answers
1k views
Google Talk receiving messages with different jid resource
I think I'm doing something wrong.
I want to send a XMPP message to my GTalk id but I don't want that the GTalk app receives the message so I'm changing the resource of the recipient JID.
My problem ...
0
votes
1answer
178 views
XMPP reply from GAE to Google+ doesn't work
I've noticed errors in my Google App Engine Log while parsing messages. The stack trace was unhelpful to diagnose the problem, so I wrote a small message dumper inspired by Google's implementation of ...
2
votes
1answer
188 views
XMPP MessageType
I'm trying to figure out what are the various MessageType in Google App Engine XMPP Implementation. The MessageType JavaDoc is totally lacking, actually many parts of GAE's JavaDocs are very poor.
...
1
vote
2answers
102 views
GAE unsubscribe from a user's presence
Is there a way to unsubscribe from a user's presence? I no longer want to receive updates on /_ah/xmpp/presence/... for a particular user. I can't seem to find a simple API call to do that.
After ...
1
vote
2answers
686 views
GAE Chat server for Android clients
I am looking for an optimal solution to implement chat server for android clients on GAE.
At the moment I use C2DM to notify particular users about new messages and pull data from server after such ...
0
votes
1answer
134 views
Query client's timezone with Google AppEngine XMPP library
Context
I have a jabber bot implemented in Python on Google AppEngine and their xmpp library.
The bot forwards posts from a social network and I'd like post timestamps are in client's timezone.
...
6
votes
4answers
2k views
Differences between XMPP and Channel API for Google App Engine
I am developing an application that doesn't reside on AppEngine and having the functionality of a chat putting in communication web clients (browser + javascript) and mobile clients (ActionScript).
...
2
votes
1answer
598 views
XMPP and libjingle connection using IP address
I am developing a P2P application where UserA knows UserB's IP address and request a connection. It is not possible to log-in to any Google Talk or similar account, we have to use just the IP address.
...
3
votes
1answer
1k views
Secure XMPP on Google app engine
Does anyone know if its possible to have end-to-end encryption on xmpp messages from the google app engine, like you can with google talk?
1
vote
1answer
957 views
Google App Engine Xmpp chat how to manage the status of the users?
It is easy to play with xmpp and the channel api to obtain a chat like...
http://www.dev-articles.com/article/Google-App-Engine-sending-messages-with-XMPP-393002
is an example, although I'm ...
3
votes
1answer
2k views
Facebook chat using Google App Engine(Java) problem
Is it possible to send/receive chat messages to Facebook chat using Google App Engine(Java)? I was trying to implement this functionality for a whole week. I read the XMPP Doc in GAE, but I still ...
1
vote
3answers
1k views
Facebook Chat Bot using Google App Engine
I digged much into internet, but being newbie, couldn't do much.
I have summed up the following :
Facebook Chat can be used via two Authentication (via Facebook Chat API official documentation) :
1> ...
0
votes
1answer
452 views
AppEngine DB get user by email address
I've got a simple appengine app which holds some data in the datastore where one field is a UserProperty as created from the logged in user.
I need to be able to get that data back when the user ...
0
votes
1answer
1k views
Python xmpppy client not sending message to appengine xmpp client
Hey Guys,
I seem to be having trouble using the xmpppy client when sending messages to the app engine's xmpp client.
I am not getting any errors. The messages just aren't arriving there.
Sending ...
