Skip to content
Snippets Groups Projects
Commit 0c1b1395 authored by Dicson's avatar Dicson
Browse files

ImagePlugin. add nbxmpp support

parent ce0d57d1
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,10 @@ import urllib2
import chat_control
from plugins import GajimPlugin
from plugins.helpers import log_calls
from common.xmpp.protocol import NS_XHTML_IM
from dialogs import ImageChooserDialog, ErrorDialog
NS_XHTML_IM = 'http://jabber.org/protocol/xhtml-im' # XEP-0071
class ImagePlugin(GajimPlugin):
@log_calls('ImagePlugin')
......
[info]
name: Image
short_name: image
version: 0.4
version: 0.5
description: This plugin is designed to send a small(0 - 40 kb) graphic image to your contact.
Client on the other side must support XEP-0071: XHTML-IM and maintain the scheme data: URI.
Psi+ and Jabbim supported this.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment