is there any way to send chat message to xmpp from web2py? i've tried
before but no luck.
e.g.
*controllers/default.py*
def sendjabber():
import xmpp
FROM_JABBER_ID = "from...@fujabber.com"
JABBER_PASS = "from_id_pass"
#JABBER_PORT = "80"
#JABBER_PORT = "443"
#JABBER_PORT = "5222"
#JABBER_PORT =
We are doing something similar to a social network with multiple plataforms
(encyclopedia, dictionary, forums, rol system and so much more, all this
multilanguage). And now we need to create a chat.
A chat similar to Facebooks chat or Google Talk and mixed with IRC...
Chatrooms, private (person
2 matches
Mail list logo