annelin b17870cbdd [SVN] Release 0.3.5
[ADD] Add possibility to edit and delete last messages.
      Syntax is sed-like:    "!s/find/replace/"
      Examples:

      `!s/mistake/corrected` to correct misspelled word
      `!s//sorry I meant something completely different` to correct the whole message
      `!s//` to delete message and revoke it from peer

       Any regular expressions that fits python re. library also supported
2018-07-02 16:26:08 +00:00
2018-07-02 16:26:08 +00:00
2018-07-02 02:02:02 +00:00
2018-06-19 05:09:38 +00:00
2018-07-01 09:42:35 +00:00

XMPP <-> Telegram Gateway
=========================

This is Telegram to Jabber (XMPP) transport written in Python 3 using Telethon and SleekXMPP libraries. For
installation info please read file INSTALL. This software licensed under Apache 2.0 licence (see LICENSE file).
Description
No description provided
Readme 82 KiB
Languages
Python 100%