Home
last modified time | relevance | path

Searched refs:xhtmlim (Results 1 – 7 of 7) sorted by relevance

/dports/net/py-errbot/errbot-6.1.8/errbot/backends/
H A Dxmpp.py21 from errbot.rendering import text, xhtml, xhtmlim
436 self.xhtmlim = config.__dict__.get("XMPP_XHTML_IM", False)
574 xhtmlim.unescape(self.md_xhtml.convert(msg.body)) if self.xhtmlim else None
/dports/net-im/gloox/gloox-1.0.24/src/
H A DMakefile.am40 pubsubevent.cpp xhtmlim.cpp featureneg.cpp \
99 nickname.h pubsubevent.h xhtmlim.h \
H A DMakefile.in159 pubsubevent.lo xhtmlim.lo featureneg.lo shim.lo \
257 ./$(DEPDIR)/vcardupdate.Plo ./$(DEPDIR)/xhtmlim.Plo
514 pubsubevent.cpp xhtmlim.cpp featureneg.cpp \
572 nickname.h pubsubevent.h xhtmlim.h \
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xhtmlim.Plo@am__quote@ # am--include-marker
1142 -rm -f ./$(DEPDIR)/xhtmlim.Plo
1296 -rm -f ./$(DEPDIR)/xhtmlim.Plo
/dports/net-im/gloox/gloox-1.0.24/
H A Dgloox.mmp119 source xhtmlim.cpp
H A Dgloox.dsp473 SOURCE=.\src\xhtmlim.cpp
1061 SOURCE=.\src\xhtmlim.h
/dports/net-im/climm/climm-0.7.1/src/
H A Djabber_base.cpp690 … if (gloox::Tag *xhtmlim = findNamespacedChild (t, "html", "http://jabber.org/protocol/xhtml-im")) in handleXEP71() local
692 DropAllChildsTree (xhtmlim, "body"); in handleXEP71()
693 CheckInvalid (xhtmlim); in handleXEP71()
H A Dxmpp_base.c1914 … if (gloox::Tag *xhtmlim = find_with_ns_attrib (t, "html", "http://jabber.org/protocol/xhtml-im"))
1916 DropAllChildsTree (xhtmlim, "body");
1917 CheckInvalid (xhtmlim);