NetTalk Central

The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: Andjane on March 18, 2014, 12:41:04 PM

Title: Sending messages via Telegram messenger
Post by: Andjane on March 18, 2014, 12:41:04 PM
Besides my applications sending SMS's and emails to clients i am trying to send messages via telegram messenger. I downloaded the telegram webogram which was written in js. I installed the js node webserver and got it all up and running. Works great and is way faster than whats app.
That said my problem is how do i send a message from my applcation or from a nettal web server ?

so on the web page i can select a contact then type in a message in a field and press the send button. Now how can i simulate this from my application or a nettalk web server or any better ideas ?

In firefox i had a look at the code for the send button :

<button class="btn btn-success im_submit" type="submit">Send</button>

Any input would really be appreciated

Regards

Andreas
Title: Re: Sending messages via Telegram messenger
Post by: Bruce on March 18, 2014, 10:34:13 PM
Hi Andreas,

does Telegram have an API for sending messages into it?

cheers
Bruce
Title: Re: Sending messages via Telegram messenger
Post by: Wolfgang Orth on April 17, 2014, 07:20:41 AM
While Telegram Messenger, Whatsapp and Whatnot is all proprietary (however wide spread), how about the integration of XMPP aka Jabber?

Its open source and also widely spread....

http://xmpp.org/xmpp-software/libraries/

Just as an idea.  ;D