summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2011-02-12Rename project to telepathy-rakiaDavid Laban5-0/+164
For the curious, these are the commands you need: git clean -d git mv tpsip-extensions extensions git mv tpsip rakia sed -i \ -e 's/libtpsip-extensions.la/librakia-extensions.la/g' \ -e 's/libtpsip_extensions_la/librakia_extensions_la/g' \ -e 's/tpsip-extensions/extensions/g' \ -e 's/sofiasip/rakia/g' \ -e 's/tpsip/rakia/g' \ -e 's/Tpsip/Rakia/g' \ -e 's/SOFIASIP/RAKIA/g' \ */*.[ch] .gitignore configure.ac $(find -name 'Makefile.am' ; find -name '*.py' ; find -name '*.in') git mv ./docs/telepathy-sofiasip.8.in ./docs/telepathy-rakia.8.in git mv ./src/telepathy-sofiasip.c ./src/telepathy-rakia.c git mv ./data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in \ ./data/org.freedesktop.Telepathy.ConnectionManager.rakia.service.in git mv ./tests/twisted/tools/sofiasip.service.in \ ./tests/twisted/tools/rakia.service.in ./autogen.sh && make distcheck
2008-03-07Renamed extensions subdirectory into tpsip-extensionsMikhail Zabaluev9-431/+0
20080307160722-5b6ca-75b2d2b88b26231bc9871c52fe7d0f17ad812e42.gz
2008-03-06Tpsip namespace for generated code in extensionsMikhail Zabaluev1-11/+11
20080306145949-5b6ca-1b18c499022b114855ba555564abab94a80aeb79.gz
2008-03-06Renamed libsip-extensions.* to libtpsip-extensions.*Mikhail Zabaluev1-4/+4
20080306145713-5b6ca-a5d4927a2593b18cdbb08ed437a6a7f00eec5ec2.gz
2008-03-06Renamed source files consistently to the tpsip- prefix.Mikhail Zabaluev4-8/+8
Ditto the intermediate library for extensions. WARNING: This patch breaks the build. A followup patch is needed to unbreak it. 20080306133209-5b6ca-82cc9b8b7f0da7113bb6cb7a9982b8353b5857fb.gz
2008-03-06Renamed source files consistently to the tpsip- prefix.Mikhail Zabaluev4-8/+8
Ditto the intermediate library for extensions. WARNING: This patch breaks the build. A followup patch is needed to unbreak it. 20080306133209-5b6ca-d5667bf6473efce0b6b8c8a45f19fa7505e026dd.gz
2008-02-27Updated the CallState interface specification to include the Queued flagMikhail Zabaluev1-6/+8
20080227163951-5b6ca-89faaeb1d537400eaecad936b19fb8556710c9cf.gz
2008-02-25Extensions: pulled in org.freedesktop.telepathy.Channel.Interface.CallState ↵Mikhail Zabaluev3-0/+99
from telepathy spec 0.17.1.1 20080225163439-5b6ca-43a0172a32fa17ae959955d559fb36c4d2c5884b.gz
2008-02-20Add an extensions library containing the Hold interfaceSimon McVittie8-0/+330
20080220170014-53eee-e789fc709213482d7363fd95f750e6c237970b76.gz